Skip to content

Commit

Permalink
Merge pull request #642 from cloudfoundry/auto-release-when-golang-is…
Browse files Browse the repository at this point in the history
…-bumped

Auto-release CLI on new version of golang
  • Loading branch information
rkoster authored Mar 15, 2024
2 parents 9d7ae13 + ff97d7e commit 29cb5cf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,26 @@ jobs:
- get: golang-release
- get: version-semver
- get: ubuntu-image
- get: release-bucket-linux
- task: build-linux-amd64
file: bosh-cli/ci/tasks/build-linux-amd64.yml
- try:
task: check-for-updated-binary-version
file: golang-release/ci/tasks/shared/check-for-updated-binary-version.yml
input_mapping:
previous_binary: release-bucket-linux
current_binary: compiled-linux-amd64
params:
PREVIOUS_BINARY_PATTERN: bosh-cli-*-linux-amd64
CURRENT_BINARY_PATTERN: bosh-cli-*-linux-amd64
on_success:
do:
- put: release-notes
params:
file: release-notes/release-notes.md
- put: version-semver
params:
bump: patch
- try:
task: check-for-patched-cves
file: golang-release/ci/tasks/shared/check-for-patched-cves.yml
Expand Down

0 comments on commit 29cb5cf

Please sign in to comment.