Skip to content

Commit

Permalink
Test CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Feb 24, 2019
1 parent c669dc0 commit 8a8f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

REPO_ROOT=$(git rev-parse --show-toplevel)

echo ">>> Building sigs.k8s.io/kind"
echo ">>> Building sigs.k8s.io/kind with docker"
docker build -t kind:src . -f ${REPO_ROOT}/test/Dockerfile
docker create -ti --name dummy kind:src sh
docker cp dummy:/go/bin/kind ./kind
Expand Down

0 comments on commit 8a8f68a

Please sign in to comment.