We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt-get install openssl
1 parent b9cb6d1 commit b22b02cCopy full SHA for b22b02c
.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