diff --git a/docker_test.sh b/docker_test.sh index 608677842f40ed18ce98f6a7724619893fc6eaa5..82ffd8af4837f4c4b52fe073990fb66913137634 100755 --- a/docker_test.sh +++ b/docker_test.sh @@ -26,7 +26,7 @@ create_dumb_secrets() { fi } -PATH=$(pwd) +REPO_PATH=$(pwd) if [[ $(hostname) != *"test"* ]]; then echo "ERROR : DO NOT USE OUTSIDE OF A TEST MACHINE !" @@ -60,7 +60,7 @@ read ans if [ $ans == "y" ]; then git pull - cd ${PATH}/$1 + cd ${REPO_PATH}/$1 git checkout -- . else echo "Aborting."