Skip to content

Commit 1d0ddc7

Browse files
fix: Update int.cloudbuild.yaml to use LR billing (#43)
Co-authored-by: davenportjw <jasondavenport@google.com>
1 parent 9ea1517 commit 1d0ddc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
env:
2121
- 'TF_VAR_org_id=$_ORG_ID'
2222
- 'TF_VAR_folder_id=$_FOLDER_ID'
23-
- 'TF_VAR_billing_account=$_BILLING_ACCOUNT'
23+
- 'TF_VAR_billing_account=$_LR_BILLING_ACCOUNT'
2424
- id: create-dwh
2525
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
2626
args: ['/bin/bash', '-c', 'cft test run TestAnalyticsLakehouse --stage init --verbose']

0 commit comments

Comments
 (0)