world path fix

This commit is contained in:
Thomas Rudin 2019-08-27 17:57:29 +02:00
parent fd86cb24c2
commit a82589785c

View File

@ -6,10 +6,9 @@ services:
before_install:
- touch /tmp/debug.txt
- chmod 777 /tmp/debug.txt
- mkdir worldmods
- mv * worldmods
- chmod 777 .
- docker run --rm -it -v /tmp/debug.txt:/var/lib/minetest/.minetest/debug.txt -v $(pwd):/var/lib/minetest/.minetest/worlds/world registry.gitlab.com/minetest/minetest/server:5.0.1
- mkdir /tmp/mt
- chmod 777 /tmp/mt -Rv
- docker run --rm -it -v /tmp/mt:/var/lib/minetest/.minetest/worlds/world -v /tmp/debug.txt:/var/lib/minetest/.minetest/debug.txt -v $(pwd):/var/lib/minetest/.minetest/worlds/world/worldmods registry.gitlab.com/minetest/minetest/server:5.0.1
script:
- echo ok