mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-17 15:58:37 +01:00
use mt 5.2.0 for tests
This commit is contained in:
parent
a034b7a518
commit
f22fbfd31b
@ -21,6 +21,6 @@ docker run --rm -i \
|
|||||||
-v ${CFG}:/etc/minetest/minetest.conf:ro \
|
-v ${CFG}:/etc/minetest/minetest.conf:ro \
|
||||||
-v ${MTDIR}:/var/lib/minetest/.minetest \
|
-v ${MTDIR}:/var/lib/minetest/.minetest \
|
||||||
-v $(pwd):/var/lib/minetest/.minetest/worlds/world/worldmods/technic \
|
-v $(pwd):/var/lib/minetest/.minetest/worlds/world/worldmods/technic \
|
||||||
registry.gitlab.com/minetest/minetest/server:5.0.1
|
registry.gitlab.com/minetest/minetest/server:5.2.0
|
||||||
|
|
||||||
test -f ${WORLDDIR}/integration_test.json && exit 0 || exit 1
|
test -f ${WORLDDIR}/integration_test.json && exit 0 || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user