Skip to content

Commit

Permalink
Fix git resolver: use url for anonymous checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 19, 2023
1 parent 59c3b21 commit c21fd8d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/e2e/resources/pipeline-maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ spec:
taskRef:
resolver: git
params:
- name: repo
value: tektoncd-catalog
- name: org
value: openshift-pipelines
- name: url
value: https://github.com/openshift-pipelines/tektoncd-catalog
- name: revision
value: p
- name: pathInRepo
Expand Down

0 comments on commit c21fd8d

Please sign in to comment.