From 4903465f2698de9ae5affa52ab53b3debd8e44c0 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Mon, 4 Oct 2021 10:47:27 -0400 Subject: [PATCH] Change Beam uber jar name in Nomulu release GCB config (#1367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The uber jar name was changed in #1351. --- This change is [Reviewable](https://reviewable.io/reviews/google/nomulus/1367) --- release/cloudbuild-nomulus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/cloudbuild-nomulus.yaml b/release/cloudbuild-nomulus.yaml index 62b00a24f..b18a72fe8 100644 --- a/release/cloudbuild-nomulus.yaml +++ b/release/cloudbuild-nomulus.yaml @@ -83,7 +83,7 @@ steps: - -c - | ./release/stage_beam_pipeline.sh \ - beam_pipeline_common \ + beamPipelineCommon \ ${TAG_NAME} \ ${PROJECT_ID} \ google.registry.beam.initsql.InitSqlPipeline \