Skip to content

Commit

Permalink
Use bosh CLI from official Github release
Browse files Browse the repository at this point in the history
  • Loading branch information
ystros committed Oct 1, 2024
1 parent 148eca9 commit b2aa2a9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
- get: every-sunday
trigger: true
- get: bosh-cli
params:
globs:
- 'bosh-cli-*-linux-amd64'
- get: bosh-deployment
- get: config-server
- get: config-server-release
Expand All @@ -85,6 +88,9 @@ jobs:
passed: [build]
trigger: true
- get: bosh-cli
params:
globs:
- 'bosh-cli-*-linux-amd64'
- task: bosh-release
file: config-server-release/ci/tasks/bump-submodule.yml
- put: config-server-release
Expand Down Expand Up @@ -258,10 +264,11 @@ resources:
assume_role_arn: ((config-server-release-admin_assume_aws_access_key.role_arn))

- name: bosh-cli
type: s3
type: github-release
source:
bucket: bosh-cli-artifacts
regexp: bosh-cli-(.*)-linux-amd64
access_token: ((github_public_repo_token))
owner: cloudfoundry
repository: bosh-cli

- name: every-sunday
type: time
Expand Down

0 comments on commit b2aa2a9

Please sign in to comment.