Skip to content

Commit

Permalink
Switch away from concourse/bosh-cli image
Browse files Browse the repository at this point in the history
Just use bosh/integration!

Also, delete the create-rc task/script as they were not used.

Co-authored-by: Chris Selzo <chris.selzo@broadcom.com>
  • Loading branch information
aramprice and selzoc committed Dec 17, 2024
1 parent 2a2a0f1 commit 6154cb3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 35 deletions.
2 changes: 1 addition & 1 deletion ci/bump-local-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform: linux
image_resource:
type: registry-image
source:
repository: concourse/bosh-cli
repository: bosh/integration

inputs:
- name: bpm-release
Expand Down
17 changes: 0 additions & 17 deletions ci/create-rc.yml

This file was deleted.

2 changes: 2 additions & 0 deletions ci/pipelines/bpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ jobs:
- get: golang-release
- task: bump-local-version
file: bpm-release/ci/bump-local-version.yml
image: bosh-integration-image
- task: finalize-release
file: bosh-shared-ci/tasks/release/create-final-release.yml
image: bosh-integration-image
Expand Down Expand Up @@ -376,6 +377,7 @@ jobs:
commitish: bpm-release/.git/ref
generate_release_notes: true
- task: bump-local-version
image: bosh-integration-image
file: bpm-release/ci/bump-local-version.yml
input_mapping:
bpm-release: release_repo
Expand Down
17 changes: 0 additions & 17 deletions ci/scripts/create-rc

This file was deleted.

0 comments on commit 6154cb3

Please sign in to comment.