Skip to content

Commit 5f0182a

Browse files
authored
fix: remove deprecated app-engine-php component from gcloud install (#83)
1 parent 42dff1b commit 5f0182a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/install_test_deps.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ configure_gcloud()
4848
"${GOOGLE_APPLICATION_CREDENTIALS}"
4949
fi
5050
gcloud -q components install app-engine-python
51-
gcloud -q components install app-engine-php
5251
gcloud -q components update
5352
if [ -n "${GCLOUD_VERBOSITY}" ]; then
5453
gcloud -q config set verbosity ${GCLOUD_VERBOSITY}

0 commit comments

Comments
 (0)