Commit 9bf195f
committed
fix(qa-gather): deterministic script discovery without head pipeline
Replace the find|head -n1 alternation with one find per script name,
preferring jira-qa-gather.py over the legacy qa-gather.py regardless
of filesystem order, and use -type f -print -quit so find stops at the
first match - no pipeline, hence no SIGPIPE/141 risk under pipefail.
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>1 parent 55d1d82 commit 9bf195f
1 file changed
Lines changed: 14 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
| |||
0 commit comments