mirror of https://github.com/jetkvm/kvm.git
exit on error in ci helper
This commit is contained in:
parent
7d169e30d6
commit
4d274b3e3e
|
|
@ -3,6 +3,8 @@
|
|||
SCRIPT_PATH=$(realpath "$(dirname $(realpath "${BASH_SOURCE[0]}"))")
|
||||
source ${SCRIPT_PATH}/build_utils.sh
|
||||
|
||||
set -e
|
||||
|
||||
# check if GITHUB_ENV is set
|
||||
if [ -z "$GITHUB_ENV" ]; then
|
||||
echo "GITHUB_ENV is not set"
|
||||
|
|
|
|||
Loading…
Reference in New Issue