Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,18 @@ resources:
- name: bosh-utils
type: git
source:
uri: git@github.com:cloudfoundry/bosh-utils.git
uri: https://github.com/cloudfoundry/bosh-utils.git
branch: develop
private_key: ((github_deploy_key_bosh-utils.private_key))
username: bosh-admin-bot
password: ((github_public_repo_token))

- name: bosh-utils-promoted
type: git
source:
uri: git@github.com:cloudfoundry/bosh-utils.git
uri: https://github.com/cloudfoundry/bosh-utils.git
branch: master
private_key: ((github_deploy_key_bosh-utils.private_key))
username: bosh-admin-bot
password: ((github_public_repo_token))

- name: bosh-utils-commit-status
type: github-status
Expand All @@ -145,9 +147,10 @@ resources:
- name: bosh-utils-dockerfiles
type: git
source:
uri: git@github.com:cloudfoundry/bosh-utils.git
uri: https://github.com/cloudfoundry/bosh-utils.git
branch: develop
private_key: ((github_deploy_key_bosh-utils.private_key))
username: bosh-admin-bot
password: ((github_public_repo_token))
paths:
- "ci/docker"

Expand All @@ -167,10 +170,11 @@ resources:
type: semver
source:
driver: git
uri: git@github.com:cloudfoundry/bosh-utils.git
uri: https://github.com/cloudfoundry/bosh-utils.git
username: bosh-admin-bot
password: ((github_public_repo_token))
branch: release-semver
file: verify-multidigest/VERSION
private_key: ((github_deploy_key_bosh-utils.private_key))
initial_version: '0.0.500'

- name: bosh-utils-image
Expand Down
Loading