Skip to content

Commit

Permalink
RK-20408 - Fix publish (#382)
Browse files Browse the repository at this point in the history
* fix publish

* fix-save
  • Loading branch information
alexeygutkin committed Apr 16, 2024
1 parent 5a16b1f commit a7988c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- run:
name: Publish
command: |
Save gcloud credentials service account and authenticate
#Save gcloud credentials service account and authenticate
bash google-cloud-sdk/install.sh --rc-path=/Users/distiller/.bashrc --usage-reporting=false --path-update=true --command-completion=true --install-python=true --quiet
source ~/.bashrc
echo $GOOGLE_SERVICE_ACCOUNT_KEY_BASE64 | base64 --decode > gcloud_service_account.json
Expand Down

0 comments on commit a7988c9

Please sign in to comment.