From c8d355326a40bdc9f7678d9d3c5aea74875fa36a Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 3 Apr 2019 14:02:51 -0400 Subject: [PATCH] okay I give, what the hell? --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54f6cb77a..275e55772 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -474,6 +474,9 @@ jobs: # change and re-encrypt it) like just like CircleCI recovers it # here: # + + echo "Key: $KEY" + openssl aes-256-cbc -d -in .circleci/secret-env-cipher -pass env:KEY >> ~/secret-environment # Now get it into the process environment.