Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99c9398146 | ||
|
|
5a6a0b3105 | ||
|
|
74860fa3f9 | ||
|
|
f07c773adf |
@@ -9,7 +9,8 @@ set -e
|
|||||||
# Allow the workdir to be set using an env var.
|
# Allow the workdir to be set using an env var.
|
||||||
# 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
|
||||||
SRCDIR=$1
|
ls
|
||||||
|
SRCDIR=/$1
|
||||||
WORKDIR=${SRCDIR:-/src}
|
WORKDIR=${SRCDIR:-/src}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user