we have no BASH_ENV I suppose

This commit is contained in:
Jean-Paul Calderone 2019-04-03 15:37:21 -04:00
parent e911b0d958
commit 57e261fbf8

View File

@ -461,10 +461,11 @@ 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 >> ${BASH_ENV}
openssl aes-256-cbc -d -md sha256 -in .circleci/secret-env-cipher -pass env:KEY >> ~/.env
- run:
name: "Log in to Dockerhub"
command: |
. ~/.env
# TAHOELAFSCI_USERNAME and TAHOELAFSCI_PASSWORD come from the secret env.
docker login -u ${TAHOELAFSCI_USERNAME} -p ${TAHOELAFSCI_PASSWORD}
- run: