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.
apt-get install openssl
1 parent 45b32b6 commit b8f6649Copy full SHA for b8f6649
.circleci/config.yml
@@ -10,7 +10,6 @@ jobs:
10
name: Decrypt credentials
11
command: |
12
if [ -n "$GOOGLE_APPLICATION_CREDENTIALS" ]; then
13
- apt-get update && apt-get install -y openssl
14
openssl aes-256-cbc -d -a -k "$GOOGLE_CREDENTIALS_PASSPHRASE" \
15
-in /var/code/gcp/test_utils/credentials.json.enc \
16
-out "$GOOGLE_APPLICATION_CREDENTIALS"
0 commit comments