diff --git a/ci/test_suites/authenticators_gcp/deploy_function.sh b/ci/test_suites/authenticators_gcp/deploy_function.sh index 2434d51b25..c4b734b50b 100755 --- a/ci/test_suites/authenticators_gcp/deploy_function.sh +++ b/ci/test_suites/authenticators_gcp/deploy_function.sh @@ -68,7 +68,7 @@ deploy_function() { cd "$GCF_SOURCE_DIR" echo "-- Deploying function: $GCF_FUNC_NAME" - gcloud functions deploy "$GCF_FUNC_NAME" --runtime python37 --trigger-http --quiet + gcloud functions deploy "$GCF_FUNC_NAME" --no-gen2 --runtime python37 --trigger-http --quiet echo '-> deploy_function done' }