From 521572668bd5c15e501258ffac5e056061a5ec95 Mon Sep 17 00:00:00 2001 From: rkansal47 Date: Thu, 7 Nov 2024 19:20:41 -0800 Subject: [PATCH] bf --- condor/submit.templ.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/condor/submit.templ.sh b/condor/submit.templ.sh index b95b029..a9d1e4f 100644 --- a/condor/submit.templ.sh +++ b/condor/submit.templ.sh @@ -19,7 +19,7 @@ done ( r=3 # shallow clone of single branch (keep repo size as small as possible) - while ! git clone --single-branch -r --branch $branch --depth=1 https://github.com/$gituser/$repo + while ! git clone --single-branch --recursive --branch $branch --depth=1 https://github.com/$gituser/$repo do ((--r)) || exit sleep 60