Skip to content

Commit

Permalink
Update install_jenkins.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andresravinet authored Nov 9, 2020
1 parent 5f2ee84 commit ed81543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision-team/jenkins/install_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y jq git zip azure-cli=2.0.
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y docker-ce

echo "############### Installing kubectl ###############"
curl -s -LO https://storage.googleapis.com/kubernetes-release/release/v1.15.10/bin/linux/amd64/kubectl
curl -s -LO https://storage.googleapis.com/kubernetes-release/release/v1.17.11/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl

Expand Down

0 comments on commit ed81543

Please sign in to comment.