We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b91b4f0 + dc3cfc5 commit 596a920Copy full SHA for 596a920
action.sh
@@ -87,12 +87,6 @@ echo "::set-output name=k8s-version::${K8S}"
87
curl --silent --fail https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
88
k3d cluster create ${K3D_NAME:-} --wait --image=rancher/k3s:"${K3S//+/-}" ${K3D_ARGS:-}
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
# Sometimes, the service account is not created immediately. Nice trick, but no:
97
# we need to wait until the cluster is fully ready before starting the tests.
98
if [[ -z "${SKIP_READINESS}" ]]; then
0 commit comments