set -e in the build script so it stops eating errors
This commit is contained in:
2
build.sh
2
build.sh
@@ -3,6 +3,8 @@
|
|||||||
# Build the Docker image for a series of different Forge versions
|
# Build the Docker image for a series of different Forge versions
|
||||||
#
|
#
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# MC version list
|
# MC version list
|
||||||
readonly -a mcversions=(
|
readonly -a mcversions=(
|
||||||
"1.12.2"
|
"1.12.2"
|
||||||
|
Reference in New Issue
Block a user