Skip to content

Commit

Permalink
Update CI for repo move
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed May 4, 2017
1 parent 87427a7 commit 295be42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resources:
type: git
source:
branch: master
uri: [email protected]:starkandwayne/bosh2-errand-resource
uri: [email protected]:cloudfoundry-community/bosh2-errand-resource
ignore_paths: [ci/*]
private_key: {{bosh2-errand-resource-git-deploy-private-key}}

Expand All @@ -13,13 +13,13 @@ resources:
source:
username: {{dockerhub_username}}
password: {{dockerhub_password}}
repository: &bosh2-errand-resource-image-repo starkandwayne/bosh2-errand-resource
repository: &bosh2-errand-resource-image-repo cfcommunity/bosh2-errand-resource

- name: version
type: semver
source:
driver: git
uri: [email protected]:starkandwayne/bosh2-errand-resource
uri: [email protected]:cloudfoundry-community/bosh2-errand-resource
branch: version
file: version
private_key: {{bosh2-errand-resource-git-deploy-private-key}}
Expand All @@ -29,13 +29,13 @@ resources:
source:
access_token: {{bosh2-errand-resource-github-release-access-token}}
repository: bosh2-errand-resource
user: starkandwayne
user: cloudfoundry-community

- name: bosh2-errand-resource-ci
type: git
source:
branch: master
uri: https://github.com/starkandwayne/bosh2-errand-resource
uri: https://github.com/cloudfoundry-community/bosh2-errand-resource
paths: [ci/*]

jobs:
Expand Down

0 comments on commit 295be42

Please sign in to comment.