This commit is contained in:
parent
ecca5c2df9
commit
be00c32873
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -euxo pipefail
|
||||
|
||||
JSON=$(curl 'https://api.papermc.io/v2/projects/velocity/versions/3.3.0-SNAPSHOT/builds' -H 'User-Agent: docker-build simcop2387@simcop2387.info')
|
||||
JSON=$(curl 'https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds' -H 'User-Agent: docker-build simcop2387@simcop2387.info')
|
||||
|
||||
|
||||
BUILD=$(echo $JSON | jq -r '.builds[-1]')
|
||||
|
|
Loading…
Add table
Reference in a new issue