−verbose
Some checks failed
/ job (push) Failing after 7s

This commit is contained in:
Marc Beninca 2024-04-26 21:30:36 +02:00
parent 670f431be7
commit a36abab012
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -195,7 +195,7 @@ local root
git clone \
"${CD_REPOSITORIES_URL}/${repository}" "${root}/${repository}" \
|| exit
cp --recursive --verbose \
cp --recursive \
"${root}/${repository}/${repository}" "${CD_PYTHON_PACKAGES}" \
|| exit
done