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:
Anas Nashif 2020-08-27 16:50:30 -04:00
commit a44fa5323f

View file

@ -2,6 +2,7 @@
# Copyright (c) 2020 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
set -e
echo "--- run $0"