Browse Source

Merge branch '2.5.x'

Closes gh-28733
pull/28740/head
Andy Wilkinson 4 years ago
parent
commit
11e1916766
  1. 4
      ci/pipeline.yml

4
ci/pipeline.yml

@ -682,7 +682,7 @@ jobs: @@ -682,7 +682,7 @@ jobs:
<<: *sdkman-task-params
RELEASE_TYPE: RELEASE
BRANCH: ((branch))
LATEST_GA: false
LATEST_GA: true
- name: update-homebrew-tap
serial: true
plan:
@ -698,7 +698,7 @@ jobs: @@ -698,7 +698,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

Loading…
Cancel
Save