This commit is contained in:
Fizban 2020-06-03 00:23:04 +10:00
parent bc0cbb72c2
commit 4fdf899fb4
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ set -e
# Allow the workdir to be set using an env var.
# Useful for CI pipiles which use docker for their build steps
# and don't allow that much flexibility to mount volumes
ls
SRCDIR=/$1
WORKDIR=${SRCDIR:-/src}