Skip to content

Commit

Permalink
zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygutkin committed Apr 8, 2024
1 parent b002c16 commit 6779286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
# install gcloud sdk
curl -fsSL https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.zip --output /Users/distiller/google-cloud-sdk.zip
unzip /Users/distiller/google-cloud-sdk.zip
bash google-cloud-sdk/install.sh --rc-path=/Users/distiller/.bashrc --usage-reporting=false --path-update=true --bash-completion=true --install-python=true --quiet
source ~/.bashrc
bash google-cloud-sdk/install.sh --rc-path=/Users/distiller/.zshrc --usage-reporting=false --path-update=true --bash-completion=true --install-python=true --quiet
source ~/.zshrc
# Save gcloud credentials service account and authenticate
echo $GOOGLE_SERVICE_ACCOUNT_KEY_BASE64 | base64 --decode > gcloud_service_account.json
export GOOGLE_APPLICATION_CREDENTIALS=gcloud_service_account.json
Expand Down

0 comments on commit 6779286

Please sign in to comment.