Fix changing directory.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# https://stackoverflow.com/a/1482133/270712
|
# https://stackoverflow.com/a/1482133/270712
|
||||||
MYDIR=dirname -- "$( readlink -f -- "$0"; )";
|
MYDIR=`dirname -- "$( readlink -f -- "$0"; )";`
|
||||||
pushd "$MYDIR"
|
pushd "$MYDIR"
|
||||||
git pull
|
git pull
|
||||||
docker compose up build
|
docker compose up build
|
||||||
|
|||||||
Reference in New Issue
Block a user