diff --git a/deploy/util/deploy-hostpath.sh b/deploy/util/deploy-hostpath.sh index 9272a947b..f812590d8 100755 --- a/deploy/util/deploy-hostpath.sh +++ b/deploy/util/deploy-hostpath.sh @@ -11,7 +11,7 @@ set -e set -o pipefail -BASE_DIR=$(dirname "$0") +BASE_DIR="$( cd "$( dirname "$0" )" && pwd )" # If set, the following env variables override image registry and/or tag for each of the images. # They are named after the image name, with hyphen replaced by underscore and in upper case.