From d1efc4bdd93fc386b69264dde8d7176b78fe0682 Mon Sep 17 00:00:00 2001 From: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> Date: Thu, 17 Sep 2020 20:04:36 +0200 Subject: [PATCH] add --depth 1 for integration-test checkouts --- integration-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-test.sh b/integration-test.sh index 86ef0b1..598bcc4 100755 --- a/integration-test.sh +++ b/integration-test.sh @@ -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 \