Skip to content

Commit 6503abe

Browse files
authored
One more credentials fix (#714)
1 parent 89e38b2 commit 6503abe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/circle.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ dependencies:
99
&& sudo apt-get update
1010
&& sudo apt-get install -t trusty-backports shellcheck
1111
- sudo apt-get install expect
12+
- 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"
13+
- export GOOGLE_APPLICATION_CREDENTIALS="${HOME}/google-cloud-service-key.json"
1214
test:
1315
override:
1416
- bash ./travis.sh &&

circle.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ dependencies:
99
&& sudo apt-get update
1010
&& sudo apt-get install -t trusty-backports shellcheck
1111
- sudo apt-get install expect
12+
- 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"
13+
- export GOOGLE_APPLICATION_CREDENTIALS="${HOME}/google-cloud-service-key.json"
1214
test:
1315
override:
1416
- bash ./travis.sh &&

0 commit comments

Comments
 (0)