Skip to content

Commit 8d1e567

Browse files
chmouelsavitaashture
authored andcommitted
fix exiting from task on ubi-micro (need to be from a script)
Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 2fc2a84 commit 8d1e567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/testdata/failures/pipelinerun-exit-1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ spec:
1515
steps:
1616
- name: task
1717
image: registry.access.redhat.com/ubi9/ubi-micro
18-
command: ["exit", "1"]
18+
script: |
19+
exit 1

0 commit comments

Comments
 (0)