File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,6 @@ echo "::set-output name=k8s-version::${K8S}"
87
87
curl --silent --fail https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
88
88
k3d cluster create ${K3D_NAME:- } --wait --image=rancher/k3s:" ${K3S// +/ -} " ${K3D_ARGS:- }
89
89
90
- # Install kubectl (for this action only, not for the whole job).
91
- curl --silent --fail -L -o kubectl \
92
- https://storage.googleapis.com/kubernetes-release/release/" $K8S " /bin/linux/amd64/kubectl
93
- chmod +x kubectl
94
- sudo mv kubectl /usr/local/bin/
95
-
96
90
# Sometimes, the service account is not created immediately. Nice trick, but no:
97
91
# we need to wait until the cluster is fully ready before starting the tests.
98
92
if [[ -z " ${SKIP_READINESS} " ]]; then
You can’t perform that action at this time.
0 commit comments