From 311d53c32a49c138f13bbc01da72b270aa625b24 Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Fri, 2 Dec 2022 16:25:06 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20clear=20workdir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index 508c281..f383226 100644 --- a/build.sh +++ b/build.sh @@ -1,8 +1,5 @@ #!/bin/bash -echo "Cleaning up working directory..." -rm -r * - URL_PROJECT='https://api.papermc.io/v2/projects/paper' echo "Getting Paper last build id for MC "$MC_VERSION"..."