Revert (for now) the feature to limit concurrent modpack file downloads (#3430)

This commit is contained in:
Geoff Bourne
2025-04-30 09:21:23 -05:00
committed by GitHub
parent 62be34bae9
commit 6cbedd8c26
3 changed files with 4 additions and 4 deletions
@@ -7,9 +7,8 @@ services:
MODPACK_PLATFORM: AUTO_CURSEFORGE
CF_API_KEY: ${CF_API_KEY}
CF_SLUG: the-pixelmon-modpack
CF_FILENAME_MATCHER: "9.1.2"
# Use the image bundled one to ensure latest is being tested
CF_EXCLUDE_INCLUDE_FILE: /image/cf-exclude-include.json
CF_FILENAME_MATCHER: "9.1.13"
DEBUG: true
volumes:
- ./data:/data
+1
View File
@@ -47,6 +47,7 @@ setupOnlyMinecraftTest(){
status=PASSED
verify=
if ! logs=$(docker compose run --rm -e SETUP_ONLY=true -e DEBUG="${DEBUG:-false}" mc 2>&1); then
status=FAILED
outputContainerLog "$logs"
result=1
elif [ -f verify.sh ]; then