From 2390765077b5b813a2e3e060cb706964ed155baa Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Tue, 16 Jan 2024 08:50:13 +0000 Subject: [PATCH] TO REMOVE - list files and dir --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index d11dd39..a62fc9d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,6 +15,9 @@ elif [[ "$GITHUB_REF" == refs/pull/* ]]; then version=pr-${pull_number} release=false fi +echo "Current dir: $PWD" +echo "Current files:" +ls -l if [[ "$DIR" != "." ]];then cd $DIR # We ensure we are in the right directory