From a5efe9f527152e6ca5e23e5ef040cc68742a6ece Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 3 Nov 2023 13:53:56 -0400 Subject: [PATCH] tekton: use my rebased fork of the build definitions To try fixing the sbom issue, which looks like it's being actively worked on upstream. --- .tekton/ostree-build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/ostree-build.yaml b/.tekton/ostree-build.yaml index bf0bd74d..7060b64e 100644 --- a/.tekton/ostree-build.yaml +++ b/.tekton/ostree-build.yaml @@ -240,7 +240,7 @@ spec: taskRef: params: - name: url - value: https://github.com/stuartwdouglas/build-definitions/ + value: https://github.com/cgwalters/tekton-build-definitions/ - name: revision value: rpm-ostree - name: pathInRepo @@ -275,7 +275,7 @@ spec: taskRef: params: - name: url - value: https://github.com/stuartwdouglas/build-definitions/ + value: https://github.com/cgwalters/tekton-build-definitions/ - name: revision value: rpm-ostree - name: pathInRepo @@ -310,7 +310,7 @@ spec: taskRef: params: - name: url - value: https://github.com/stuartwdouglas/build-definitions/ + value: https://github.com/cgwalters/tekton-build-definitions/ - name: revision value: rpm-ostree - name: pathInRepo @@ -345,7 +345,7 @@ spec: taskRef: params: - name: url - value: https://github.com/stuartwdouglas/build-definitions/ + value: https://github.com/cgwalters/tekton-build-definitions/ - name: revision value: rpm-ostree - name: pathInRepo