Skip to content

Commit

Permalink
One more credentials fix (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesv authored Jun 16, 2017
1 parent 89e38b2 commit 6503abe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 6503abe

Please sign in to comment.