Skip to content

Commit

Permalink
Fixes missing update command in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Prin committed Jul 10, 2015
1 parent 523879a commit 40bdb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
printf '\ny\n\ny\ny\n' | ./google-cloud-sdk/install.sh &&
cd $TRAVIS_BUILD_DIR;
fi
- gcloud -q components app-engine-python
- gcloud -q components update app-engine-python
- 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
gcloud auth activate-service-account --key-file python-docs-samples.json;
Expand Down

0 comments on commit 40bdb83

Please sign in to comment.