Commit 7c353dd2 by Albert St. Aubin Committed by Clinton Blackburn

Remove shallow cloning as it causes issues for developers working with

existing feature branches
parent e6062510
......@@ -33,7 +33,7 @@ do
if [ -d "$name" ]; then
printf "The [%s] repo is already checked out. Continuing.\n" $name
else
git clone --depth 1 $repo
git clone $repo
fi
done
cd - &> /dev/null
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment