[CI-SKIP] Merge branch 'master' into pre/1.13

* master:
  Properly forward exit 1 code from the paper root command
This commit is contained in:
Aikar 2018-07-30 17:40:54 -04:00
commit cae5a06b92
No known key found for this signature in database
GPG key ID: 401ADFC9891FAAFE
5 changed files with 18 additions and 10 deletions

View file

@ -95,4 +95,4 @@ cd "$basedir"
echo "Failed to apply Paper Patches"
exit 1
) || exit 1
)
) || exit 1

View file

@ -12,4 +12,4 @@ gitcmd="git -c commit.gpgsign=false"
if [ "$2" == "--jar" ]; then
mvn clean install && ./scripts/paperclip.sh "$basedir"
fi
)
) || exit 1

View file

@ -19,4 +19,4 @@ echo ""
echo ""
echo "Build success!"
echo "Copied final jar to $(cd "$basedir" && pwd -P)/paperclip.jar"
)
) || exit 1

View file

@ -61,4 +61,4 @@ function savePatches {
savePatches "$workdir/Spigot/Spigot-API" "Paper-API"
savePatches "$workdir/Spigot/Spigot-Server" "Paper-Server"
)
) || exit 1