missing 302 follow
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user