We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0054bc commit 37d4c90Copy full SHA for 37d4c90
cloudbuild.yaml
@@ -33,3 +33,5 @@ steps:
33
for version in $versions; do
34
gcloud app versions delete $version --service web-log --quiet || echo "Error deleting version: $version"
35
done
36
+options:
37
+ logging: CLOUD_LOGGING_ONLY
0 commit comments