File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ dependencies:
9
9
&& sudo apt-get update
10
10
&& sudo apt-get install -t trusty-backports shellcheck
11
11
- 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"
12
14
test :
13
15
override :
14
16
- bash ./travis.sh &&
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ dependencies:
9
9
&& sudo apt-get update
10
10
&& sudo apt-get install -t trusty-backports shellcheck
11
11
- 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"
12
14
test :
13
15
override :
14
16
- bash ./travis.sh &&
You can’t perform that action at this time.
0 commit comments