File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.41.8
53+ ARG MC_HELPER_VERSION=1.41.9
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 @@ -7,9 +7,8 @@ services:
77 MODPACK_PLATFORM : AUTO_CURSEFORGE
88 CF_API_KEY : ${CF_API_KEY}
99 CF_SLUG : the-pixelmon-modpack
10- CF_FILENAME_MATCHER : " 9.1.2"
11- # Use the image bundled one to ensure latest is being tested
12- CF_EXCLUDE_INCLUDE_FILE : /image/cf-exclude-include.json
10+ CF_FILENAME_MATCHER : " 9.1.13"
11+ DEBUG : true
1312 volumes :
1413 - ./data:/data
1514
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ setupOnlyMinecraftTest(){
4747 status=PASSED
4848 verify=
4949 if ! logs=$( docker compose run --rm -e SETUP_ONLY=true -e DEBUG=" ${DEBUG:- false} " mc 2>&1 ) ; then
50+ status=FAILED
5051 outputContainerLog " $logs "
5152 result=1
5253 elif [ -f verify.sh ]; then
You can’t perform that action at this time.
0 commit comments