Skip to content

Commit

Permalink
Update kind version in pre e2e script (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman authored Sep 15, 2020
1 parent 0553cc5 commit 4d222ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

curl -LO https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-linux-amd64
curl -LO https://github.com/kubernetes-sigs/kind/releases/download/v0.9.0/kind-linux-amd64
chmod +x kind-linux-amd64
bindir=$(pwd)/bin-kind
mkdir -p "$bindir"
Expand Down

0 comments on commit 4d222ec

Please sign in to comment.