We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523879a commit 40bdb83Copy full SHA for 40bdb83
.travis.yml
@@ -28,7 +28,7 @@ before_install:
28
printf '\ny\n\ny\ny\n' | ./google-cloud-sdk/install.sh &&
29
cd $TRAVIS_BUILD_DIR;
30
fi
31
- - gcloud -q components app-engine-python
+ - gcloud -q components update app-engine-python
32
- openssl aes-256-cbc -K $encrypted_4fda24e244ca_key -iv $encrypted_4fda24e244ca_iv -in python-docs-samples.json.enc -out python-docs-samples.json -d
33
- if [ -a python-docs-samples.json ]; then
34
gcloud auth activate-service-account --key-file python-docs-samples.json;
0 commit comments