Skip to content

Commit

Permalink
Update pipeline.yml to support new cli repo
Browse files Browse the repository at this point in the history
[#129478097]

Signed-off-by: Zachary Auerbach <[email protected]>
  • Loading branch information
tjvman authored and zaksoup committed Aug 31, 2016
1 parent 70567f8 commit ea966cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- aggregate:
- {put: release-bucket-linux, params: {file: compiled-linux/bosh-cli-*-linux-amd64}}
- {put: release-bucket-darwin, params: {file: compiled-darwin/bosh-cli-*-darwin-amd64}}
# - {put: bosh-cli-promoted, params: {repository: bosh-cli, tag: version-semver/number, tag_prefix: v}}
- {put: bosh-cli-promoted, params: {repository: bosh-cli, tag: version-semver/number, tag_prefix: v}}

- name: bump-minor
public: true
Expand All @@ -82,7 +82,7 @@ resources:
type: git
source:
uri: https://github.com/cloudfoundry/bosh-cli
branch: cli
branch: develop

- name: bosh-warden-cpi-release
type: bosh-io-release
Expand All @@ -92,7 +92,7 @@ resources:
- name: bosh-cli-promoted
type: git
source:
uri: [email protected]:cloudfoundry/bosh-init.git
uri: [email protected]:cloudfoundry/bosh-cli.git
branch: master
private_key: {{concourse_github_private_key}}

Expand Down

0 comments on commit ea966cf

Please sign in to comment.