Skip to content

Commit

Permalink
Fix root e2e_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kzadorozhny committed Aug 14, 2020
1 parent 177c106 commit 6e970e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ go get sigs.k8s.io/[email protected]

cluster_running="$(docker inspect -f '{{.State.Running}}' kind-control-plane 2>/dev/null || true)"
if [ "${cluster_running}" != 'true' ]; then
./create_kind.cluster.sh
./create_kind_cluster.sh
fi

delete() {
Expand Down
2 changes: 1 addition & 1 deletion examples/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
3.3.0

0 comments on commit 6e970e6

Please sign in to comment.