set -e in the build script so it stops eating errors

This commit is contained in:
Salt 2022-05-17 11:12:16 -05:00
parent 904bd4ea78
commit e655849b38
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
# Build the Docker image for a series of different Forge versions
#
set -e
# MC version list
readonly -a mcversions=(
"1.12.2"