From c815d2df759bb9eb1c07120237a6160494af7bb6 Mon Sep 17 00:00:00 2001 From: Sotr Date: Tue, 5 Mar 2019 15:38:20 +0800 Subject: [PATCH] Fixup ci --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index f044389d8..0b10ce394 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -18,8 +18,8 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then git clone https://github.com/Akarin-project/Minecraft.git fi - cd "$paperbasedir" - ./paper patch + #cd "$paperbasedir" + #./paper patch ) fi