Commit a5d31f18bcfd3937f40647c9b4bb6012299031c1

Authored by George Vlahavas
1 parent 004404c2cf

Show current directory on start

Showing 1 changed file with 2 additions and 0 deletions

... ... @@ -12,6 +12,8 @@
12 12 echo "*** Contents of data directory (end) ***"
13 13 }
14 14  
  15 +echo "Current directory: `pwd`"
  16 +
15 17 # Login into the CUREX registry
16 18 docker login https://registry.curex-project.eu:443/artifactory/curex-local/
17 19