6
0
This commit is contained in:
Jon Michael Aanes 2024-02-11 15:31:47 +01:00
parent 246be0640a
commit 2fe1fc153e

View File

@ -96,9 +96,9 @@ jobs:
do
if test -n "${dependency_spec[1]}"
then
git clone --single-branch --no-tags "${dependency_spec[0]}" --branch "${dependency_spec[1]}"
git clone -v --single-branch --no-tags "${dependency_spec[0]}" --branch "${dependency_spec[1]}"
else
git clone --single-branch --no-tags "${dependency_spec[0]}"
git clone -v --single-branch --no-tags "${dependency_spec[0]}"
fi
done < ../requirements_private.txt