File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 mkdir -p $HOME/bin
3636 curl -Lo $HOME/bin/skaffold https://storage.googleapis.com/skaffold/builds/latest/skaffold-linux-amd64
3737 curl -Lo $HOME/bin/container-structure-test https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64
38- curl -Lo $HOME/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.9.0 /kind-linux-amd64
38+ curl -Lo $HOME/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.11.1 /kind-linux-amd64
3939 curl -Lo $HOME/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
4040 chmod +x $HOME/bin/*
41- export PATH= $HOME/bin:$PATH
41+ echo " $HOME/bin" >> $GITHUB_PATH
4242
4343 - name : Run nodejs helper tests
4444 run : |
You can’t perform that action at this time.
0 commit comments