diff --git a/.circleci/circle.yml b/.circleci/circle.yml index 4d1bfd6efbb..e397f27704d 100644 --- a/.circleci/circle.yml +++ b/.circleci/circle.yml @@ -9,6 +9,8 @@ dependencies: && sudo apt-get update && sudo apt-get install -t trusty-backports shellcheck - sudo apt-get install expect + - openssl aes-256-cbc -d -in "${HOME}/${CIRCLE_PROJECT_REPONAME}/service-account.json.enc" -k "${key}" -iv "${iv}" -out "${HOME}/google-cloud-service-key.json" + - export GOOGLE_APPLICATION_CREDENTIALS="${HOME}/google-cloud-service-key.json" test: override: - bash ./travis.sh && diff --git a/circle.yml b/circle.yml index 4d1bfd6efbb..e397f27704d 100644 --- a/circle.yml +++ b/circle.yml @@ -9,6 +9,8 @@ dependencies: && sudo apt-get update && sudo apt-get install -t trusty-backports shellcheck - sudo apt-get install expect + - openssl aes-256-cbc -d -in "${HOME}/${CIRCLE_PROJECT_REPONAME}/service-account.json.enc" -k "${key}" -iv "${iv}" -out "${HOME}/google-cloud-service-key.json" + - export GOOGLE_APPLICATION_CREDENTIALS="${HOME}/google-cloud-service-key.json" test: override: - bash ./travis.sh &&