From 5ccd70c73aba67198fd8665eb877576a374bf6da Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Nov 2021 12:02:00 +0000 Subject: [PATCH] Update LATEST_GA settings in preparation for 2.6.0 Closes gh-28729 --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index d8287af02ae..bb73ced876c 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -668,7 +668,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: true + LATEST_GA: false - name: update-homebrew-tap serial: true plan: @@ -684,7 +684,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