1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-03 21:37:28 +01:00

clean up spigot working files out of our Paper folder

This commit is contained in:
Aikar 2016-05-12 22:11:11 -04:00
parent 5d952ffa7e
commit 6025355569

View file

@ -78,6 +78,7 @@ import TileEntityLootable
import WorldProvider
cd "$workdir/Spigot/Spigot-Server/"
git add src -A
echo -e "mc-dev Imports\n\n$MODLOG" | git commit src -F -
rm -rf nms-patches applyPatches.sh makePatches.sh >/dev/null 2>&1
git add . -A >/dev/null 2>&1
echo -e "mc-dev Imports\n\n$MODLOG" | git commit . -F -
)