Skip to content

Commit

Permalink
add --depth 1 for integration-test checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Sep 17, 2020
1 parent 3366166 commit d1efc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d1efc4b

Please sign in to comment.