projects_parent
Some checks failed
/ job (push) Failing after 3s

This commit is contained in:
Marc Beninca 2024-04-27 15:00:27 +02:00
parent ed7daae3f8
commit af4cf1eda2
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
cd.sh
View file

@ -4,7 +4,7 @@ CD_DNS_SERVERS=(
'9.9.9.9' '9.9.9.9'
) )
CD_NAME='cd' CD_NAME='cd'
CD_REPOSITORIES_PARENT='rwx' CD_PROJECTS_PARENT='rwx'
function cd_set_environment { function cd_set_environment {
CD_DNS_FILE='/etc/resolv.conf' CD_DNS_FILE='/etc/resolv.conf'
@ -235,7 +235,7 @@ local root
cd_step "${FUNCNAME}" cd_step "${FUNCNAME}"
root="$(mktemp --directory)" || exit root="$(mktemp --directory)" || exit
for repository in \ for repository in \
"${CD_REPOSITORIES_PARENT}" \ "${CD_PROJECTS_PARENT}" \
"${CD_NAME}" \ "${CD_NAME}" \
; do ; do
git clone \ git clone \