2 Commits

Author SHA1 Message Date
Fizban
99c9398146 addls 2020-06-03 00:19:43 +10:00
Fizban
5a6a0b3105 Add ls 2020-06-03 00:19:25 +10:00

View File

@@ -9,7 +9,8 @@ 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
SRCDIR="github/workspace/"$1
ls
SRCDIR=/$1
WORKDIR=${SRCDIR:-/src}
#