chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-19 23:08:39 +01:00
parent 438c237f22
commit ceeb2b2308

View File

@ -30,7 +30,7 @@ jobs:
apt-get update
apt-get install ca-certificates
update-ca-certificates
while true; do sleep 20; done
type cargo
curl -L "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/$OS/$ARCH/kubectl" -o /usr/local/bin/kubectl
[ -r "/usr/local/bin/kubectl" ] && chmod +x /usr/local/bin/kubectl
echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > $KUBECONFIG