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 9a0f54ce99
commit 6b016cfcbf
1 changed files with 3 additions and 2 deletions

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 -
)