Skip to content

Commit 2e53482

Browse files
author
openshift-pipelines-bot
committed
[bot:next] update konflux configuration
1 parent a3e0d92 commit 2e53482

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/tektoncd-git-clone-next-git-init-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:
2525
params:
2626
- name: git-url
2727
value: '{{source_url}}'
28+
- name: upstream-git-url
29+
value: 'https://github.com/tektoncd-catalog/git-clone'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -36,7 +38,6 @@ spec:
3638
- name: additional-tags
3739
value:
3840
- "on-pr-next"
39-
- "on-pr-next"
4041
- name: build-platforms
4142
value:
4243
- linux/x86_64

.tekton/tektoncd-git-clone-next-git-init-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:
2525
params:
2626
- name: git-url
2727
value: '{{source_url}}'
28+
- name: upstream-git-url
29+
value: 'https://github.com/tektoncd-catalog/git-clone'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -34,7 +36,6 @@ spec:
3436
- name: additional-tags
3537
value:
3638
- "next"
37-
- "next"
3839
- name: prefetch-input
3940
value: |
4041
{"type": "rpm", "path": ".konflux/rpms"}

0 commit comments

Comments
 (0)