Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Basti <[email protected]>
  • Loading branch information
MartinBasti committed Oct 24, 2024
1 parent 7ae8639 commit d42913d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tekton/pipelines/binary-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,18 @@ spec:
value: '$(params.user-params)'
timeout: "0"

- name: binary-container-cachito
- name: binary-container-cachi2
runAfter:
- binary-container-init
taskRef:
resolver: git
params:
- name: url
value: https://github.com/containerbuildsystem/atomic-reactor.git
value: https://github.com/MartinBasti/atomic-reactor.git
- name: revision
value: feature_cachi2
value: cachi2-init
- name: pathInRepo
value: tekton/tasks/binary-container-cachito.yaml
value: tekton/tasks/binary-container-cachi2.yaml
workspaces:
- name: ws-build-dir
workspace: ws-container
Expand Down Expand Up @@ -144,7 +144,7 @@ spec:

- name: binary-container-prebuild
runAfter:
- binary-container-cachito
- binary-container-cachi2
taskRef:
resolver: git
params:
Expand Down

0 comments on commit d42913d

Please sign in to comment.