Skip to content

Commit 6cbedd8

Browse files
authored
Revert (for now) the feature to limit concurrent modpack file downloads (#3430)
1 parent 62be34b commit 6cbedd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5454
ARG 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
5656
ARG MC_HELPER_REV=1

tests/setuponlytests/auto_curseforge/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

tests/setuponlytests/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)