We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c425379 commit 41208f4Copy full SHA for 41208f4
.circleci/config.yml
@@ -925,6 +925,8 @@ jobs:
925
- run:
926
name: install python3-pip
927
command: |
928
+ # Fix NO_PUBKEY error for cloud-sdk-buster
929
+ curl -O https://packages.cloud.google.com/apt/doc/apt-key.gpg && sudo apt-key add apt-key.gpg
930
ls ./CircleciScripts
931
sudo apt-get update
932
sudo apt-get -y install python3-pip
@@ -1018,6 +1020,8 @@ jobs:
1018
1020
1019
1021
1022
1023
1024
1025
1026
1027
0 commit comments