We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b386891 + 24a9fad commit ba59db3Copy full SHA for ba59db3
1 file changed
cloudbuild.yaml
@@ -10,7 +10,7 @@ steps:
10
- --service-account=${_SERVICE_ACCOUNT_EMAIL}
11
- --source=.
12
- --no-allow-unauthenticated
13
- - --set-env-vars=GCP_PROJECT_ID=${PROJECT_ID}
+ - --update-env-vars=GCP_PROJECT_ID=${PROJECT_ID},BQ_DATASET_ID=${_BQ_DATASET_ID},BQ_TABLE_ID=${_BQ_TABLE_ID}
14
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
15
entrypoint: bash
16
args:
0 commit comments