Skip to content

Commit 31201ca

Browse files
authored
Update apt-key command
1 parent f680bed commit 31201ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- node_modules
4444
key: v1-dependencies-{{ checksum "yarn.lock" }}
4545
- 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
46-
- run: curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
46+
- run: curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
4747
- run: sudo apt-get update && sudo apt-get install google-cloud-sdk
4848
- run: bash ./scripts/authGoogle.sh
4949
- run: yarn deploy

0 commit comments

Comments
 (0)