Skip to content

Commit

Permalink
Update CI pipeline in preparation for 2.7.0
Browse files Browse the repository at this point in the history
Closes gh-31119
  • Loading branch information
wilkinsona committed May 19, 2022
1 parent 97613f1 commit 516d9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Expand Up @@ -755,7 +755,7 @@ jobs:
<<: *sdkman-task-params
RELEASE_TYPE: RELEASE
BRANCH: ((branch))
LATEST_GA: false
LATEST_GA: true
- name: update-homebrew-tap
serial: true
plan:
Expand All @@ -771,7 +771,7 @@ jobs:
image: ci-image
file: git-repo/ci/tasks/update-homebrew-tap.yml
params:
LATEST_GA: false
LATEST_GA: true
- put: homebrew-tap-repo
params:
repository: updated-homebrew-tap-repo
Expand Down

0 comments on commit 516d9db

Please sign in to comment.