Skip to content

Commit 10e72a8

Browse files
committed
correct YAML is useful
1 parent bc3e82e commit 10e72a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

run/idp-sql/test/e2e_test_cleanup.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ substitutions:
2323
_SERVICE_ACCOUNT: ${PROJECT_NUMBER}@cloudbuild.gserviceaccount.com
2424

2525
serviceAccount: 'projects/${PROJECT_ID}/serviceAccounts/${_SERVICE_ACCOUNT}'
26-
logging: CLOUD_LOGGING_ONLY
26+
options:
27+
logging: CLOUD_LOGGING_ONLY

run/idp-sql/test/e2e_test_setup.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ substitutions:
6060
_SERVICE_ACCOUNT: ${PROJECT_NUMBER}@cloudbuild.gserviceaccount.com
6161

6262
serviceAccount: 'projects/${PROJECT_ID}/serviceAccounts/${_SERVICE_ACCOUNT}'
63-
logging: CLOUD_LOGGING_ONLY
63+
options:
64+
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)