Perhaps from this file...

This commit is contained in:
Jean-Paul Calderone 2019-04-03 15:29:34 -04:00
parent 02d91b5ea6
commit e911b0d958

View File

@ -461,7 +461,7 @@ jobs:
# change and re-encrypt it) like just like CircleCI recovers it
# here:
#
openssl aes-256-cbc -d -md sha256 -in .circleci/secret-env-cipher -pass env:KEY >> ~/.circleci
openssl aes-256-cbc -d -md sha256 -in .circleci/secret-env-cipher -pass env:KEY >> ${BASH_ENV}
- run:
name: "Log in to Dockerhub"
command: |