From 5f0182a6fdf23855c73a32a51094512b30bb5b9b Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Mon, 31 Aug 2020 11:24:50 -0600 Subject: [PATCH] fix: remove deprecated app-engine-php component from gcloud install (#83) --- scripts/install_test_deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install_test_deps.sh b/scripts/install_test_deps.sh index b3b49c1..ec6964a 100755 --- a/scripts/install_test_deps.sh +++ b/scripts/install_test_deps.sh @@ -48,7 +48,6 @@ configure_gcloud() "${GOOGLE_APPLICATION_CREDENTIALS}" fi gcloud -q components install app-engine-python - gcloud -q components install app-engine-php gcloud -q components update if [ -n "${GCLOUD_VERBOSITY}" ]; then gcloud -q config set verbosity ${GCLOUD_VERBOSITY}