From 82d6dc643a709c984d3ef3371a9755eade69178f Mon Sep 17 00:00:00 2001 From: GerhardHoffmann Date: Tue, 30 May 2023 16:39:42 +0200 Subject: [PATCH] Extended debug output --- git_helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_helpers b/git_helpers index 1b896b7..13159b0 100755 --- a/git_helpers +++ b/git_helpers @@ -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"