Skip to content

Commit

Permalink
clone with depth=1
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Mar 26, 2024
1 parent 5bed86e commit 7f288d7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/Dockerfile
Expand Up @@ -8,19 +8,19 @@ RUN apk add --no-cache git
# mods to test
RUN mkdir -p /root/.minetest/worlds/world/worldmods/ &&\
cd /root/.minetest/worlds/world/worldmods &&\
git clone https://github.com/buckaroobanzay/mtt &&\
git clone https://github.com/mt-mods/unifieddyes &&\
git clone https://github.com/mt-mods/basic_materials &&\
git clone https://github.com/mt-mods/pipeworks &&\
git clone https://github.com/mt-mods/steel &&\
git clone https://github.com/mt-mods/display_modpack &&\
git clone https://github.com/mt-mods/homedecor_modpack
git clone --depth=1 https://github.com/buckaroobanzay/mtt &&\
git clone --depth=1 https://github.com/mt-mods/unifieddyes &&\
git clone --depth=1 https://github.com/mt-mods/basic_materials &&\
git clone --depth=1 https://github.com/mt-mods/pipeworks &&\
git clone --depth=1 https://github.com/mt-mods/steel &&\
git clone --depth=1 https://github.com/mt-mods/display_modpack &&\
git clone --depth=1 https://github.com/mt-mods/homedecor_modpack

# available games
RUN mkdir -p /root/.minetest/games &&\
cd /root/.minetest/games &&\
git clone https://github.com/minetest/minetest_game &&\
git clone --recurse-submodules https://github.com/TerraQuest-Studios/farlands_reloaded &&\
git clone https://codeberg.org/mineclonia/mineclonia &&\
git clone https://git.minetest.land/MineClone2/MineClone2 mineclone2 &&\
git clone https://codeberg.org/Wuzzy/Hades_Revisited hades_revisited
git clone --depth=1 https://github.com/minetest/minetest_game &&\
git clone --depth=1 --recurse-submodules https://github.com/TerraQuest-Studios/farlands_reloaded &&\
git clone --depth=1 https://codeberg.org/mineclonia/mineclonia &&\
git clone --depth=1 https://git.minetest.land/MineClone2/MineClone2 mineclone2 &&\
git clone --depth=1 https://codeberg.org/Wuzzy/Hades_Revisited hades_revisited

0 comments on commit 7f288d7

Please sign in to comment.