try new ci via kubectl #1

Open
keligrubb wants to merge 5 commits from try-new-ci into main
Showing only changes of commit 9812c036d1 - Show all commits

View File

@@ -11,7 +11,7 @@ steps:
- update-ca-certificates
- |
echo "Installing kubectl..."
KUBECTL_VERSION=$(curl -s https://dl.k8s.io/release/stable.txt | tr -d '\n')
KUBECTL_VERSION=$(curl -sL https://dl.k8s.io/release/stable.txt | tr -d '\n')
curl -LO --fail https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
chmod +x kubectl
mv kubectl /usr/local/bin/