world path fix
This commit is contained in:
parent
fd86cb24c2
commit
a82589785c
@ -6,10 +6,9 @@ services:
|
|||||||
before_install:
|
before_install:
|
||||||
- touch /tmp/debug.txt
|
- touch /tmp/debug.txt
|
||||||
- chmod 777 /tmp/debug.txt
|
- chmod 777 /tmp/debug.txt
|
||||||
- mkdir worldmods
|
- mkdir /tmp/mt
|
||||||
- mv * worldmods
|
- chmod 777 /tmp/mt -Rv
|
||||||
- chmod 777 .
|
- 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
|
||||||
- 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
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo ok
|
- echo ok
|
||||||
|
Loading…
x
Reference in New Issue
Block a user