Removed mcadmin.jq since it was no longer used

This commit is contained in:
Geoff Bourne 2020-02-06 15:33:21 -06:00
parent a24b633ccb
commit f63463e654
2 changed files with 0 additions and 8 deletions

View File

@ -44,7 +44,6 @@ RUN easy-add --var version=1.3.3 --var app=mc-server-runner --file mc-server-run
RUN easy-add --var version=0.1.0 --var app=maven-metadata-release --file maven-metadata-release --from https://github.com/itzg/{{.app}}/releases/download/v{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
COPY mcadmin.jq /usr/share
COPY mcstatus /usr/local/bin
VOLUME ["/data","/mods","/config"]

View File

@ -1,7 +0,0 @@
.[] |
select(.elements | length > 1) |
select(.elements[].elements[] | select(.class == "version" and .text == $version)) |
.elements[].elements[] |
select(.class|contains("server-jar")) |
.elements[] | select(.name="a") |
.href