Merge pull request #66 from jodh-intel/ci-fix-setup

CI: Make setup script fail on error
This commit is contained in:
Julio Montes
2018-03-20 09:36:13 -05:00
committed by GitHub

View File

@@ -5,6 +5,8 @@
# SPDX-License-Identifier: Apache-2.0
#
set -e
cidir=$(dirname "$0")
bash "${cidir}/static-checks.sh"