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:
35
35
mkdir -p $HOME/bin
36
36
curl -Lo $HOME/bin/skaffold https://storage.googleapis.com/skaffold/builds/latest/skaffold-linux-amd64
37
37
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
39
39
curl -Lo $HOME/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
40
40
chmod +x $HOME/bin/*
41
- export PATH= $HOME/bin:$PATH
41
+ echo " $HOME/bin" >> $GITHUB_PATH
42
42
43
43
- name : Run nodejs helper tests
44
44
run : |
You can’t perform that action at this time.
0 commit comments