Skip to content

Commit

Permalink
Update apt-key command
Browse files Browse the repository at this point in the history
  • Loading branch information
area authored May 17, 2021
1 parent f680bed commit 31201ca
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 @@ -43,7 +43,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "yarn.lock" }}
- run: echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
- run: curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
- run: curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
- run: sudo apt-get update && sudo apt-get install google-cloud-sdk
- run: bash ./scripts/authGoogle.sh
- run: yarn deploy
Expand Down

0 comments on commit 31201ca

Please sign in to comment.