Skip to content

Commit 80f9be1

Browse files
committed
fix: update repository URLs to upstream tektoncd
Updated remote task and module URLs in Tekton pipelines to point to the official upstream repository instead of the OpenShift downstream mirror. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 9fc27b5 commit 80f9be1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.tekton/doc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
resolver: http
4040
params:
4141
- name: url
42-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/stepactions/git-clone.yaml
42+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/stepactions/git-clone.yaml
4343
params:
4444
- name: output-path
4545
value: $(workspaces.source.path)
@@ -52,7 +52,7 @@ spec:
5252
resolver: http
5353
params:
5454
- name: url
55-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-fetch.yaml
55+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-fetch.yaml
5656
params:
5757
- name: patterns
5858
value: ["$(workspaces.source.path)/README.md"]
@@ -130,7 +130,7 @@ spec:
130130
resolver: http
131131
params:
132132
- name: url
133-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-upload.yaml
133+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-upload.yaml
134134
params:
135135
- name: patterns
136136
value: ["$(workspaces.source.path)/README.md"]

.tekton/generate-coverage-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
resolver: http
3434
params:
3535
- name: url
36-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/stepactions/git-clone.yaml
36+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/stepactions/git-clone.yaml
3737
params:
3838
- name: output-path
3939
value: $(workspaces.source.path)
@@ -46,7 +46,7 @@ spec:
4646
resolver: http
4747
params:
4848
- name: url
49-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-fetch.yaml
49+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-fetch.yaml
5050
params:
5151
- name: patterns
5252
value: ["**go.mod", "**go.sum"]
@@ -157,7 +157,7 @@ spec:
157157
resolver: http
158158
params:
159159
- name: url
160-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-upload.yaml
160+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-upload.yaml
161161
params:
162162
- name: patterns
163163
value: ["**go.mod", "**go.sum"]

.tekton/go.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
resolver: http
3131
params:
3232
- name: url
33-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/stepactions/git-clone.yaml
33+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/stepactions/git-clone.yaml
3434
params:
3535
- name: output-path
3636
value: $(workspaces.source.path)
@@ -43,7 +43,7 @@ spec:
4343
resolver: http
4444
params:
4545
- name: url
46-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-fetch.yaml
46+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-fetch.yaml
4747
params:
4848
- name: patterns
4949
value: ["**go.mod", "**go.sum"]
@@ -144,7 +144,7 @@ spec:
144144
resolver: http
145145
params:
146146
- name: url
147-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-upload.yaml
147+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/tasks/cache-upload.yaml
148148
params:
149149
- name: patterns
150150
value: ["**go.mod", "**go.sum"]

.tekton/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
resolver: http
3030
params:
3131
- name: url
32-
value: https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/refs/heads/main/.tekton/stepactions/git-clone.yaml
32+
value: https://raw.githubusercontent.com/tektoncd/pipelines-as-code/refs/heads/main/.tekton/stepactions/git-clone.yaml
3333
params:
3434
- name: output-path
3535
value: $(workspaces.source.path)

.tekton/release-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ spec:
122122
name: goreleaser
123123
params:
124124
- name: package
125-
value: github.com/openshift-pipelines/pipelines-as-code
125+
value: github.com/tektoncd/pipelines-as-code
126126
- name: github-token-secret
127127
value: "nightly-ci-github-hub-token"
128128
- name: github-token-secret-key

0 commit comments

Comments
 (0)