okay I give, what the hell?

This commit is contained in:
Jean-Paul Calderone 2019-04-03 14:02:51 -04:00
parent e7b7a6a836
commit c8d355326a

View File

@ -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.