From a5d31f18bcfd3937f40647c9b4bb6012299031c1 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Fri, 19 Mar 2021 17:21:02 +0200 Subject: [PATCH] Show current directory on start --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index e778a41..a95265f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -12,6 +12,8 @@ dump_logs() { echo "*** Contents of data directory (end) ***" } +echo "Current directory: `pwd`" + # Login into the CUREX registry docker login https://registry.curex-project.eu:443/artifactory/curex-local/ -- 2.2.2