Skip to content

Commit b8f6649

Browse files
dhermestseaver
authored andcommitted
Remove apt-get install openssl from CircleCI config. (#3567)
Now `openssl` is included in the Docker image.
1 parent 45b32b6 commit b8f6649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
name: Decrypt credentials
1111
command: |
1212
if [ -n "$GOOGLE_APPLICATION_CREDENTIALS" ]; then
13-
apt-get update && apt-get install -y openssl
1413
openssl aes-256-cbc -d -a -k "$GOOGLE_CREDENTIALS_PASSPHRASE" \
1514
-in /var/code/gcp/test_utils/credentials.json.enc \
1615
-out "$GOOGLE_APPLICATION_CREDENTIALS"

0 commit comments

Comments
 (0)