diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 0d9a14411..4438a47c0 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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 @@ -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 @@ -92,7 +92,7 @@ resources: - name: bosh-cli-promoted type: git source: - uri: git@github.com:cloudfoundry/bosh-init.git + uri: git@github.com:cloudfoundry/bosh-cli.git branch: master private_key: {{concourse_github_private_key}}