Skip to content

Commit 9734686

Browse files
authored
Merge pull request #218 from aayushrangwala/deploy-script-basedir-fix
added the fix for script for not being able to use in script source path
2 parents 192ea49 + ddc4481 commit 9734686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/util/deploy-hostpath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
set -e
2626
set -o pipefail
2727

28-
BASE_DIR=$(dirname "$0")
28+
BASE_DIR="$( cd "$( dirname "$0" )" && pwd )"
2929

3030
# If set, the following env variables override image registry and/or tag for each of the images.
3131
# They are named after the image name, with hyphen replaced by underscore and in upper case.

0 commit comments

Comments
 (0)