We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c472f commit 73b5334Copy full SHA for 73b5334
2 files changed
.github/workflows/cicd.yaml
@@ -47,5 +47,3 @@ jobs:
47
--platform managed \
48
--region us-west1 \
49
--allow-unauthenticated
50
-options:
51
- logging: CLOUD_LOGGING_ONLY
cloudbuild.yaml
@@ -39,4 +39,5 @@ substitutions:
39
_REGION: "us-west1"
40
41
options:
42
- machineType: "E2_HIGHCPU_8"
+ machineType: "E2_HIGHCPU_8"
43
+ logging: CLOUD_LOGGING_ONLY
0 commit comments