parent
8f941c8284
commit
670f431be7
1 changed files with 2 additions and 1 deletions
3
cd.sh
3
cd.sh
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue