From 1732db857ba4a0e3bdc5f5662f4783b60d713791 Mon Sep 17 00:00:00 2001 From: Vishal Gupta Date: Fri, 5 Jun 2026 11:14:58 +0000 Subject: [PATCH] Cloud build fix --- pipeline/workflow/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/workflow/cloudbuild.yaml b/pipeline/workflow/cloudbuild.yaml index a99f25d0..9ec54f86 100644 --- a/pipeline/workflow/cloudbuild.yaml +++ b/pipeline/workflow/cloudbuild.yaml @@ -53,7 +53,7 @@ steps: - 'submit' - '.' - '--config=pipeline/ingestion/cloudbuild.yaml' - - '--substitutions=_VERSION=${_VERSION},_IMAGE_GCR_PATH=${_AR_REPO_URL}/dataflow-templates/ingestion,_INSTANCE_ID=${_SPANNER_INSTANCE_ID},_DATABASE_ID=${_SPANNER_DATABASE_ID},_GCS_BUCKET=${_GCS_BUCKET_ID},_REGION=${_LOCATION}' + - '--substitutions=_VERSION=${_VERSION},_IMAGE_GCR_PATH=${_AR_REPO_URL}/dataflow-templates/ingestion' # 2. Trigger Staging Build (Child) # Overrides default (Production) values with Staging values.