We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab867fb commit 2b2425dCopy full SHA for 2b2425d
.travis.yml
@@ -28,8 +28,9 @@ before_install:
28
cd $TRAVIS_BUILD_DIR;
29
fi
30
- printf 'y\n' | gcloud components update
31
- - if [ -a client_secrets.json ]; then
32
- gcloud auth activate-service-account --key-file client_secrets.json;
+ - openssl aes-256-cbc -K $encrypted_4fda24e244ca_key -iv $encrypted_4fda24e244ca_iv -in python-docs-samples.json.enc -out python-docs-samples.json -d
+ - if [ -a python-docs-samples.json ]; then
33
+ gcloud auth activate-service-account --key-file python-docs-samples.json;
34
35
36
install:
python-docs-samples.json.enc
1.22 KB
0 commit comments