set -e in the build script so it stops eating errors
This commit is contained in:
parent
904bd4ea78
commit
e655849b38
2
build.sh
2
build.sh
@ -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"
|
||||
|
Reference in New Issue
Block a user