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} \
50
50
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
51
51
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
52
52
53
- ARG MC_HELPER_VERSION=1.41.8
53
+ ARG MC_HELPER_VERSION=1.41.9
54
54
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
55
55
# used for cache busting local copy of mc-image-helper
56
56
ARG MC_HELPER_REV=1
Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ services:
7
7
MODPACK_PLATFORM : AUTO_CURSEFORGE
8
8
CF_API_KEY : ${CF_API_KEY}
9
9
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
13
12
volumes :
14
13
- ./data:/data
15
14
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ setupOnlyMinecraftTest(){
47
47
status=PASSED
48
48
verify=
49
49
if ! logs=$( docker compose run --rm -e SETUP_ONLY=true -e DEBUG=" ${DEBUG:- false} " mc 2>&1 ) ; then
50
+ status=FAILED
50
51
outputContainerLog " $logs "
51
52
result=1
52
53
elif [ -f verify.sh ]; then
You can’t perform that action at this time.
0 commit comments