Don’t clear workdir

This commit is contained in:
2022-12-02 16:25:06 +01:00
parent 012fece39c
commit 311d53c32a

View File

@@ -1,8 +1,5 @@
#!/bin/bash #!/bin/bash
echo "Cleaning up working directory..."
rm -r *
URL_PROJECT='https://api.papermc.io/v2/projects/paper' URL_PROJECT='https://api.papermc.io/v2/projects/paper'
echo "Getting Paper last build id for MC "$MC_VERSION"..." echo "Getting Paper last build id for MC "$MC_VERSION"..."