Skip to content

Commit 077b56d

Browse files
fstaniskul3r4
authored andcommittedJul 16, 2018
Update go_appengine version
1 parent 2ff1a09 commit 077b56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test $TRAVIS_PULL_REQUEST == "true" && exit 0
2323
if [ ! -d ${HOME}/google-cloud-sdk ]; then
2424
curl https://sdk.cloud.google.com | bash;
2525
fi
26-
curl https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.33.zip > go_appengine_sdk_linux_amd64.zip
26+
curl https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.67.zip > go_appengine_sdk_linux_amd64.zip
2727
unzip go_appengine_sdk_linux_amd64.zip
2828
gcloud auth activate-service-account --key-file client-secret.json
2929
go_appengine/appcfg.py update . --skip_sdk_update_check --oauth2_access_token=$(gcloud auth print-access-token) -A amp-by-example -V 1

0 commit comments

Comments
 (0)
Please sign in to comment.