Thanks to visit codestin.com Credit goes to github.com
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 4368528 commit 523879aCopy full SHA for 523879a
.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 update gae-python
+ - gcloud -q components 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