From d3b4cbada8fc687a4f73514f70f5f03043a3fc94 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:43:34 +0200 Subject: [PATCH] Set LATEST_GA to false in CI pipeline Closes gh-31120 --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 436358c993..56a5fc4b77 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -755,7 +755,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: true + LATEST_GA: false - name: update-homebrew-tap serial: true plan: @@ -771,7 +771,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