Skip to content

Commit a9c4a30

Browse files
author
Rajath Agasthya
authored
Merge pull request #117 from cloudfoundry/concourse-change
Changes to support new Concourse
2 parents e8761fa + 18064b3 commit a9c4a30

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

ci/pipeline.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,18 @@ resources:
123123
- name: bosh-utils
124124
type: git
125125
source:
126-
uri: git@github.com:cloudfoundry/bosh-utils.git
126+
uri: https://github.com/cloudfoundry/bosh-utils.git
127127
branch: develop
128-
private_key: ((github_deploy_key_bosh-utils.private_key))
128+
username: bosh-admin-bot
129+
password: ((github_public_repo_token))
129130

130131
- name: bosh-utils-promoted
131132
type: git
132133
source:
133-
uri: git@github.com:cloudfoundry/bosh-utils.git
134+
uri: https://github.com/cloudfoundry/bosh-utils.git
134135
branch: master
135-
private_key: ((github_deploy_key_bosh-utils.private_key))
136+
username: bosh-admin-bot
137+
password: ((github_public_repo_token))
136138

137139
- name: bosh-utils-commit-status
138140
type: github-status
@@ -145,9 +147,10 @@ resources:
145147
- name: bosh-utils-dockerfiles
146148
type: git
147149
source:
148-
uri: git@github.com:cloudfoundry/bosh-utils.git
150+
uri: https://github.com/cloudfoundry/bosh-utils.git
149151
branch: develop
150-
private_key: ((github_deploy_key_bosh-utils.private_key))
152+
username: bosh-admin-bot
153+
password: ((github_public_repo_token))
151154
paths:
152155
- "ci/docker"
153156

@@ -167,10 +170,11 @@ resources:
167170
type: semver
168171
source:
169172
driver: git
170-
uri: git@github.com:cloudfoundry/bosh-utils.git
173+
uri: https://github.com/cloudfoundry/bosh-utils.git
174+
username: bosh-admin-bot
175+
password: ((github_public_repo_token))
171176
branch: release-semver
172177
file: verify-multidigest/VERSION
173-
private_key: ((github_deploy_key_bosh-utils.private_key))
174178
initial_version: '0.0.500'
175179

176180
- name: bosh-utils-image

0 commit comments

Comments
 (0)