parent
670f431be7
commit
a36abab012
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -195,7 +195,7 @@ local root
|
||||||
git clone \
|
git clone \
|
||||||
"${CD_REPOSITORIES_URL}/${repository}" "${root}/${repository}" \
|
"${CD_REPOSITORIES_URL}/${repository}" "${root}/${repository}" \
|
||||||
|| exit
|
|| exit
|
||||||
cp --recursive --verbose \
|
cp --recursive \
|
||||||
"${root}/${repository}/${repository}" "${CD_PYTHON_PACKAGES}" \
|
"${root}/${repository}/${repository}" "${CD_PYTHON_PACKAGES}" \
|
||||||
|| exit
|
|| exit
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue