Skip to content

Commit

Permalink
Merge pull request spring-projects#19944 from dreis2211
Browse files Browse the repository at this point in the history
* pr/19944:
  Replace deprecated Concourse resource for pull requests

Closes spring-projectsgh-19944
  • Loading branch information
snicoll committed Jan 28, 2020
2 parents 3a579ee + 76975e4 commit 5221c2b
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 @@ -7,7 +7,7 @@ resource_types:
- name: pull-request
type: docker-image
source:
repository: jtarchie/pr
repository: teliaoss/github-pr-resource
- name: github-status-resource
type: docker-image
source:
Expand Down Expand Up @@ -43,8 +43,8 @@ resources:
icon: source-pull
source:
access_token: ((github-ci-pull-request-token))
repo: ((github-repo-name))
base: ((branch))
repository: ((github-repo-name))
base_branch: ((branch))
ignore_paths: ["ci/*"]
- name: github-pre-release
type: github-release
Expand Down

0 comments on commit 5221c2b

Please sign in to comment.