mirror of
https://github.com/kaboomserver/server.git
synced 2024-11-21 10:28:14 -05:00
Use latest build of Scissors
This commit is contained in:
parent
e58fe27600
commit
9f22bd9305
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
mkdir -p fetched_server
|
||||
|
||||
curl -L https://ci.plex.us.org/job/Scissors/job/1.20.4/17/artifact/*zip*/archive.zip > archive.zip
|
||||
curl -L https://ci.plex.us.org/job/Scissors/job/1.20.4/lastSuccessfulBuild/artifact/*zip*/archive.zip > archive.zip
|
||||
unzip -o archive.zip
|
||||
mv archive/build/libs/scissors-*.jar fetched_server/server.jar
|
||||
|
||||
|
|
Loading…
Reference in a new issue