Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Nov 8, 2024
1 parent 7c3cb53 commit 5215726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion condor/submit.templ.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5215726

Please sign in to comment.