Set LATEST_GA flag to false

pull/26691/head
Madhura Bhave 4 years ago
parent 6bf069d9e0
commit b25497c45c

@ -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

Loading…
Cancel
Save