Skip to content

Commit

Permalink
fix: remove deprecated app-engine-php component from gcloud install (#83
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bshaffer authored Aug 31, 2020
1 parent 42dff1b commit 5f0182a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/install_test_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 5f0182a

Please sign in to comment.