Skip to content

Commit 40f2b8e

Browse files
author
Takashi Matsuo
committed
Merge pull request GoogleCloudPlatform#90 from GoogleCloudPlatform/change-gcloud-config
Update install_test_deps.sh
2 parents 3e70f8d + 6752666 commit 40f2b8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/install_test_deps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,17 @@ configure_gcloud()
3939
gcloud config set project ${GOOGLE_PROJECT_ID}
4040
gcloud config set app/promote_by_default false
4141
gcloud config set app/use_cloud_build true
42+
gcloud config set disable_prompts true
4243
if [ -f ${GOOGLE_APPLICATION_CREDENTIALS} ]; then
4344
gcloud auth activate-service-account --key-file \
4445
"${GOOGLE_APPLICATION_CREDENTIALS}"
4546
fi
4647
gcloud -q components install app-engine-python
4748
gcloud -q components install app-engine-php
48-
gcloud -q components update --version 106.0.0
49+
gcloud -q components update
4950
# Use gsutil for deploying appengine std apps.
5051
gcloud config set app/use_gsutil true
52+
gcloud info
5153
}
5254

5355
install_php_cs_fixer()

0 commit comments

Comments
 (0)