From 5a6a0b3105962ec0a986b89d7af9d305a62ede02 Mon Sep 17 00:00:00 2001 From: Fizban Date: Wed, 3 Jun 2020 00:19:25 +1000 Subject: [PATCH] Add ls --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9b9faf4..ece3c63 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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} #