Extended debug output

This commit is contained in:
Gerhard Hoffmann 2023-05-30 16:39:42 +02:00
parent ef4d27eb91
commit 82d6dc643a

View File

@ -90,7 +90,7 @@ clone_customer_repository () {
# check if the directory is empty. If so, clone the
# customer repository
if ! find ./$WORKSPACE_DIR -mindepth 1 -maxdepth 1 | read; then
log_info "$func:${LINENO} cloning ${1} ..."
log_info "$func:${LINENO} cloning ${1} into ${PWD}/${WORKSPACE_DIR}..."
if ! cd "./$WORKSPACE_DIR"; then
update_psa_clone_error # message to ISMAS
log_fatal "$func:${LINENO} can not change to $WORKSPACE_DIR"