Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Basti <mbasti@redhat.com>
  • Loading branch information
MartinBasti committed Nov 5, 2024
1 parent 23837f0 commit 96aa1c5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 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 All @@ -136,6 +136,8 @@ spec:
params:
- name: osbs-image
value: "$(params.osbs-image)"
- name: cachi2-image
value: "quay.io/redhat-appstudio/cachi2:latest"
- name: pipeline-run-name
value: "$(context.pipelineRun.name)"
- name: user-params
Expand All @@ -144,7 +146,7 @@ spec:

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

0 comments on commit 96aa1c5

Please sign in to comment.