Skip to content

Commit

Permalink
Do not merge into main: allow to run task from feature branch
Browse files Browse the repository at this point in the history
Remove before merging into main

Signed-off-by: Martin Basti <[email protected]>
  • Loading branch information
MartinBasti committed Nov 25, 2024
1 parent 614670f commit 2b7138a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tekton/pipelines/binary-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,14 @@ spec:
runAfter:
- binary-container-init
taskRef:
name: binary-container-cachi2-0-1
resolver: git
params:
- name: url
value: https://github.com/containerbuildsystem/atomic-reactor.git
- name: revision
value: feature_cachi2
- name: pathInRepo
value: tekton/tasks/binary-container-cachi2.yaml
workspaces:
- name: ws-build-dir
workspace: ws-container
Expand Down

0 comments on commit 2b7138a

Please sign in to comment.