Skip to content

Commit ba59db3

Browse files
authored
Merge pull request #51 from koichiro/feature/fix-cloud-run-env-var-5
Fix default value for ENV
2 parents b386891 + 24a9fad commit ba59db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
- --service-account=${_SERVICE_ACCOUNT_EMAIL}
1111
- --source=.
1212
- --no-allow-unauthenticated
13-
- --set-env-vars=GCP_PROJECT_ID=${PROJECT_ID}
13+
- --update-env-vars=GCP_PROJECT_ID=${PROJECT_ID},BQ_DATASET_ID=${_BQ_DATASET_ID},BQ_TABLE_ID=${_BQ_TABLE_ID}
1414
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
1515
entrypoint: bash
1616
args:

0 commit comments

Comments
 (0)