Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
tekton: use my rebased fork of the build definitions
Browse files Browse the repository at this point in the history
To try fixing the sbom issue, which looks like it's being
actively worked on upstream.
  • Loading branch information
cgwalters committed Nov 3, 2023
1 parent 4086ecc commit a5efe9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tekton/ostree-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a5efe9f

Please sign in to comment.