Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 0deaaab

Browse files
Dimitris KarakasilisDimitris Karakasilis
authored andcommitted
Use a fork of github-pr-resource to allow triggering of old PRs
Fixes this: #903
1 parent b37dd63 commit 0deaaab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.concourse/pipeline.yaml.gomplate

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ groups:
3232
{{ end }}
3333

3434
resource_types:
35+
# Use manually built and pushed image until upstream provides a solution:
36+
# https://github.com/cloudfoundry-incubator/kubecf/issues/903
37+
# https://github.com/SUSE/github-pr-resource/commit/3ee0816d801a7038d6125796725aa3718c688b53
3538
- name: pull-request
3639
type: docker-image
3740
source:
38-
repository: teliaoss/github-pr-resource
41+
repository: splatform/github-pr-resource
42+
tag: 3ee0816
3943

4044
{{- if $config.github_status }}
4145
- name: github-status

0 commit comments

Comments
 (0)