diff --git a/.ci/setup.sh b/.ci/setup.sh index 43b8868370..1bab32bf7c 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -5,6 +5,8 @@ # SPDX-License-Identifier: Apache-2.0 # +set -e + cidir=$(dirname "$0") bash "${cidir}/static-checks.sh"