File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -624,6 +624,7 @@ jobs:
624624 steps :
625625 - name : mark the job as a success
626626 run : exit 0
627+ shell : bash
627628 name : bors build finished
628629 runs-on : ubuntu-latest
629630 try-failure :
@@ -633,6 +634,7 @@ jobs:
633634 steps :
634635 - name : mark the job as a failure
635636 run : exit 1
637+ shell : bash
636638 name : bors build finished
637639 runs-on : ubuntu-latest
638640 auto-success :
@@ -642,6 +644,7 @@ jobs:
642644 steps :
643645 - name : mark the job as a success
644646 run : exit 0
647+ shell : bash
645648 name : bors build finished
646649 runs-on : ubuntu-latest
647650 auto-failure :
@@ -651,5 +654,6 @@ jobs:
651654 steps :
652655 - name : mark the job as a failure
653656 run : exit 1
657+ shell : bash
654658 name : bors build finished
655659 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -210,12 +210,14 @@ x--expand-yaml-anchors--remove:
210210 steps :
211211 - name : mark the job as a success
212212 run : exit 0
213+ shell : bash
213214 << : *base-outcome-job
214215
215216 - &base-failure-job
216217 steps :
217218 - name : mark the job as a failure
218219 run : exit 1
220+ shell : bash
219221 << : *base-outcome-job
220222
221223# ##########################
You can’t perform that action at this time.
0 commit comments