Skip to content

Commit

Permalink
format for cloud build variable substituion
Browse files Browse the repository at this point in the history
  • Loading branch information
eeaton committed Jan 14, 2025
1 parent 7187303 commit 4e9f5d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,15 @@ options:
logging: CLOUD_LOGGING_ONLY

substitutions:
#_TEST_PROJECT_ID: "eks-int-${SHORT_SHA}"
_TEST_PROJECT_ID: "eks-int-eks-int-8523ca0"
_DEPLOYER_SA: "deployer@${_TEST_PROJECT_ID}.iam.gserviceaccount.com"
_REGION: "us-central1"
_DOC_AI_LOCATION: "us"
_VERTEX_AI_DATA_STORE_REGION: "us"
_BUILDER_IMAGE_NAME: "us-central1-docker.pkg.dev/${PROJECT_ID}/ci/test-builder"
_BUILDER_IMAGE_TAG: "1.1.0"
#_TEST_PROJECT_ID: "eks-int-${SHORT_SHA}"

# The following subsitutions must be passed by the Cloud Build trigger:
# _BILLING_ACCOUNT
# _FOLDER_ID
Expand Down

0 comments on commit 4e9f5d4

Please sign in to comment.