Skip to content

Commit b513b7c

Browse files
itzgsevenrats
authored andcommitted
modrinth: more info in error when dependency has no applicable files (itzg#3142)
1 parent 5329bff commit b513b7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
5151
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
5252
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
5353

54-
ARG MC_HELPER_VERSION=1.40.2
54+
ARG MC_HELPER_VERSION=1.40.4
5555
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
5656
# used for cache busting local copy of mc-image-helper
5757
ARG MC_HELPER_REV=1

tests/setuponlytests/vanillatweaks_file/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[[ $EXTENDED_TESTS ]] || exit 1

0 commit comments

Comments
 (0)