From b25497c45c0a04ce394150be6d50d59860ca1b8f Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 20 May 2021 15:31:16 -0700 Subject: [PATCH] Set LATEST_GA flag to false --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 4792e7bbc3..6233e9137e 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -623,7 +623,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: true + LATEST_GA: false - name: update-homebrew-tap serial: true plan: @@ -639,7 +639,7 @@ jobs: image: ci-image file: git-repo/ci/tasks/update-homebrew-tap.yml params: - LATEST_GA: true + LATEST_GA: false - put: homebrew-tap-repo params: repository: updated-homebrew-tap-repo