From f0c6196f54bddde5086cf736adff0e759bbfa8a3 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 29 Jun 2017 10:25:43 -0700 Subject: [PATCH] Remove `apt-get install openssl` from CircleCI config. Now `openssl` is included in the Docker image. --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01242a41d15b..703181c731e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,6 @@ jobs: name: Decrypt credentials command: | if [ -n "$GOOGLE_APPLICATION_CREDENTIALS" ]; then - apt-get update && apt-get install -y openssl openssl aes-256-cbc -d -a -k "$GOOGLE_CREDENTIALS_PASSPHRASE" \ -in /var/code/gcp/test_utils/credentials.json.enc \ -out "$GOOGLE_APPLICATION_CREDENTIALS"