Don't build if patches fail to apply.
This commit is contained in:
parent
c45ba0bcd8
commit
525b95da85
|
@ -23,10 +23,10 @@ function applyPatch {
|
||||||
echo " Something did not apply cleanly to $target."
|
echo " Something did not apply cleanly to $target."
|
||||||
echo " Please review above details and finish the apply then"
|
echo " Please review above details and finish the apply then"
|
||||||
echo " save the changes with rebuildPatches.sh"
|
echo " save the changes with rebuildPatches.sh"
|
||||||
|
exit 1
|
||||||
else
|
else
|
||||||
echo " Patches applied cleanly to $target"
|
echo " Patches applied cleanly to $target"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
applyPatch Bukkit Spigot-API
|
applyPatch Bukkit Spigot-API && applyPatch CraftBukkit Spigot
|
||||||
applyPatch CraftBukkit Spigot
|
|
||||||
|
|
Loading…
Reference in New Issue