From e345907744092f559cd4ff0a4aa201512fa9c194 Mon Sep 17 00:00:00 2001 From: Fizban Date: Wed, 3 Jun 2020 00:26:52 +1000 Subject: [PATCH] add echos --- entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c5fd382..f2caf2e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,6 +10,7 @@ set -e # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes SRCDIR=/$1 +echo $SRCDIR WORKDIR=${SRCDIR:-/src} # @@ -29,7 +30,8 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ echo "Using custom pip.ini: " cat /wine/drive_c/users/root/pip/pip.ini fi - +ls +echo 'here' cd $WORKDIR if [ -f requirements.txt ]; then