Skip to content

Commit 2b2425d

Browse files
author
Takashi Matsuo
committed
Added encrypted service account json file.
1 parent ab867fb commit 2b2425d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ before_install:
2828
cd $TRAVIS_BUILD_DIR;
2929
fi
3030
- printf 'y\n' | gcloud components update
31-
- if [ -a client_secrets.json ]; then
32-
gcloud auth activate-service-account --key-file client_secrets.json;
31+
- openssl aes-256-cbc -K $encrypted_4fda24e244ca_key -iv $encrypted_4fda24e244ca_iv -in python-docs-samples.json.enc -out python-docs-samples.json -d
32+
- if [ -a python-docs-samples.json ]; then
33+
gcloud auth activate-service-account --key-file python-docs-samples.json;
3334
fi
3435

3536
install:

Diff for: python-docs-samples.json.enc

1.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)