mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 23:10:41 +01:00
add --depth 1 for integration-test checkouts
This commit is contained in:
parent
336616612b
commit
d1efc4bdd9
|
@ -13,8 +13,8 @@ EOF
|
|||
|
||||
rm -rf ${WORLDDIR}
|
||||
mkdir -p ${WORLDMODDIR}
|
||||
git clone https://gitlab.com/VanessaE/basic_materials.git ${WORLDMODDIR}/basic_materials
|
||||
git clone https://gitlab.com/VanessaE/pipeworks.git ${WORLDMODDIR}/pipeworks
|
||||
git clone --depth 1 https://gitlab.com/VanessaE/basic_materials.git ${WORLDMODDIR}/basic_materials
|
||||
git clone --depth 1 https://gitlab.com/VanessaE/pipeworks.git ${WORLDMODDIR}/pipeworks
|
||||
|
||||
chmod 777 ${MTDIR} -R
|
||||
docker run --rm -i \
|
||||
|
|
Loading…
Reference in New Issue
Block a user