Verbose
This commit is contained in:
parent
246be0640a
commit
2fe1fc153e
|
@ -96,9 +96,9 @@ jobs:
|
||||||
do
|
do
|
||||||
if test -n "${dependency_spec[1]}"
|
if test -n "${dependency_spec[1]}"
|
||||||
then
|
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
|
else
|
||||||
git clone --single-branch --no-tags "${dependency_spec[0]}"
|
git clone -v --single-branch --no-tags "${dependency_spec[0]}"
|
||||||
fi
|
fi
|
||||||
done < ../requirements_private.txt
|
done < ../requirements_private.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user