addls
This commit is contained in:
parent
5a6a0b3105
commit
99c9398146
|
@ -10,7 +10,7 @@ set -e
|
||||||
# Useful for CI pipiles which use docker for their build steps
|
# Useful for CI pipiles which use docker for their build steps
|
||||||
# and don't allow that much flexibility to mount volumes
|
# and don't allow that much flexibility to mount volumes
|
||||||
ls
|
ls
|
||||||
SRCDIR=$1
|
SRCDIR=/$1
|
||||||
WORKDIR=${SRCDIR:-/src}
|
WORKDIR=${SRCDIR:-/src}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue