ci: buildkite: exit on errors
Whenever we have an error in the script, exit immediately and avoid confusing unrelated messages about disk space and such. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e81e88e52e
commit
a44fa5323f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# Copyright (c) 2020 Linaro Limited
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
set -e
|
||||
|
||||
echo "--- run $0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue