mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 00:16:52 +00:00
CI: Make setup script fail on error
Run the `.ci/setup.sh` script with `set -e` to ensure all failures are fatal. Fixes #65. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
6899dec884
commit
90d7b4dad6
@ -5,6 +5,8 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
cidir=$(dirname "$0")
|
||||
bash "${cidir}/static-checks.sh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user