File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 resolver : http
4747 params :
4848 - name : url
49- value : https://raw.githubusercontent.com/openshift-pipelines /tekton-caches/main /tekton/cache-fetch.yaml
49+ value : https://raw.githubusercontent.com/chmouel /tekton-caches/refs/heads/chmouel-images /tekton/cache-fetch.yaml
5050 params :
5151 - name : patterns
5252 value : ["$(workspaces.source.path)/README.md"]
@@ -113,7 +113,7 @@ spec:
113113 resolver : http
114114 params :
115115 - name : url
116- value : https://raw.githubusercontent.com/openshift-pipelines /tekton-caches/main /tekton/cache-upload.yaml
116+ value : https://raw.githubusercontent.com/chmouel /tekton-caches/refs/heads/chmouel-images /tekton/cache-upload.yaml
117117 params :
118118 - name : patterns
119119 value : ["$(workspaces.source.path)/README.md"]
Original file line number Diff line number Diff line change 4444 resolver : http
4545 params :
4646 - name : url
47- value : https://raw.githubusercontent.com/openshift-pipelines /tekton-caches/main /tekton/cache-fetch.yaml
47+ value : https://raw.githubusercontent.com/chmouel /tekton-caches/refs/heads/chmouel-images /tekton/cache-fetch.yaml
4848 params :
4949 - name : patterns
5050 value : ["**go.mod", "**go.sum"]
@@ -116,7 +116,7 @@ spec:
116116 resolver : http
117117 params :
118118 - name : url
119- value : https://raw.githubusercontent.com/openshift-pipelines /tekton-caches/main /tekton/cache-upload.yaml
119+ value : https://raw.githubusercontent.com/chmouel /tekton-caches/refs/heads/chmouel-images /tekton/cache-upload.yaml
120120 params :
121121 - name : patterns
122122 value : ["**go.mod", "**go.sum"]
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ run a PipelineRun on CI:
5757 directory of the default branch on GitHub or your other service provider.
5858(see below for the OWNERS file format).
5959
60- If the pull request author does not have the necessary permissions to run a
61- PipelineRun, another user who does have the necessary permissions can comment
62- ` /ok-to-test` on the pull request to run the PipelineRun .
60+ If the author of the pull request does not have the necessary permissions to run a
61+ PipelineRun, another user who does have the permissions can comment
62+ ` /ok-to-test` on the pull request to trigger the PipelineRuns .
6363
6464# # OWNERS file
6565
You can’t perform that action at this time.
0 commit comments