sub,rm
Some checks failed
/ job (push) Failing after 6s

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

3
cd.sh
View file

@ -196,9 +196,10 @@ local root
"${CD_REPOSITORIES_URL}/${repository}" "${root}/${repository}" \ "${CD_REPOSITORIES_URL}/${repository}" "${root}/${repository}" \
|| exit || exit
cp --recursive --verbose \ cp --recursive --verbose \
"${root}/${repository}" "${CD_PYTHON_PACKAGES}" \ "${root}/${repository}/${repository}" "${CD_PYTHON_PACKAGES}" \
|| exit || exit
done done
rm --force --recursive "${root}" || exit
} }
function cd_bootstrap { function cd_bootstrap {