mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
tools/ci.sh: Fix missing set -e when run as a script.
This is needed to correctly stop after an error in a CI step when running `ci.sh` as a script. Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
committed by
Damien George
parent
8757eb715e
commit
353814df59
@@ -1011,6 +1011,7 @@ function _ci_main {
|
||||
_ci_help
|
||||
;;
|
||||
(*)
|
||||
set -e
|
||||
cd $(dirname "$0")/..
|
||||
while [ $# -ne 0 ]; do
|
||||
ci_$1
|
||||
|
||||
Reference in New Issue
Block a user