File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/setuponlytests/vanillatweaks_file Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
5050 --var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
5151 --from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
5252
53- ARG MC_HELPER_VERSION=1.40.2
53+ ARG MC_HELPER_VERSION=1.40.4
5454ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
5555# used for cache busting local copy of mc-image-helper
5656ARG MC_HELPER_REV=1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 restart : " no"
44 image : ${IMAGE_TO_TEST:-itzg/minecraft-server}
55 environment :
6- VANILLATWEAKS_FILE : /config/vt-datapacks.json,/config/vt-craftingtweaks.json,/config/vt-resourcepacks.json
6+ VANILLATWEAKS_FILE : /config/vt-datapacks.json,/config/vt-craftingtweaks.json
77 EULA : " TRUE"
88 SETUP_ONLY : " TRUE"
99 # the following are only used to speed up test execution
@@ -14,6 +14,5 @@ services:
1414 - ./data:/data
1515 - ./vt-datapacks.json:/config/vt-datapacks.json:ro
1616 - ./vt-craftingtweaks.json:/config/vt-craftingtweaks.json:ro
17- - ./vt-resourcepacks.json:/config/vt-resourcepacks.json:ro
1817 # the following are only used to speed up test execution
1918 - ./verify.sh:/servers/fake.jar
Original file line number Diff line number Diff line change 1+ [[ $EXTENDED_TESTS ]] || exit 1
You can’t perform that action at this time.
0 commit comments