From 9c2b033042cc3eb64d50ec220801d72887898565 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Wed, 2 Nov 2016 14:04:39 -0400 Subject: [PATCH] proper debug --- bin/compile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index e0d2ed81..82ed7a5b 100755 --- a/bin/compile +++ b/bin/compile @@ -55,8 +55,9 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop [ ! "$REQUEST_ID" ] && REQUEST_ID=$SLUG_ID [ ! "$STACK" ] && STACK=$DEFAULT_PYTHON_STACK [[ $BUILD_DIR != "/app" ]] && SKIP_MOVE_BUILD=$1 + echo $SKIP_MOVE_BUILD -echo $BULD_DIR +echo $BUILD_DIR echo '^^^^' # Sanitizing environment variables. -- GitLab