Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinier Nel committed Jan 30, 2024
1 parent 471d420 commit 166fdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ EOF
if [ -n "$RUN_IN_CI" ]; then
echo "info running in ci using azure service principal"
az login --service-principal -u "$ARM_CLIENT_ID" -p "$ARM_CLIENT_SECRET" --tenant "$AZ_TENANT_ID"
curl -LO https://github.com/Azure/kubelogin/releases/download/v0.1.0/kubelogin-darwin-amd64.zip
unzip kubelogin-darwin-amd64.zip
curl -LO https://github.com/Azure/kubelogin/releases/download/v0.1.0/kubelogin-linux-amd64.zip
unzip kubelogin-linux-amd64.zip
sudo mv bin/linux_amd64/kubelogin /usr/local/bin
chmod +x /usr/local/bin/kubelogin
else
Expand Down

0 comments on commit 166fdc5

Please sign in to comment.