Skip to content
Snippets Groups Projects
Commit 9c2b0330 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

proper debug

parent e427d511
No related branches found
No related tags found
No related merge requests found
...@@ -55,8 +55,9 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop ...@@ -55,8 +55,9 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop
[ ! "$REQUEST_ID" ] && REQUEST_ID=$SLUG_ID [ ! "$REQUEST_ID" ] && REQUEST_ID=$SLUG_ID
[ ! "$STACK" ] && STACK=$DEFAULT_PYTHON_STACK [ ! "$STACK" ] && STACK=$DEFAULT_PYTHON_STACK
[[ $BUILD_DIR != "/app" ]] && SKIP_MOVE_BUILD=$1 [[ $BUILD_DIR != "/app" ]] && SKIP_MOVE_BUILD=$1
echo $SKIP_MOVE_BUILD echo $SKIP_MOVE_BUILD
echo $BULD_DIR echo $BUILD_DIR
echo '^^^^' echo '^^^^'
# Sanitizing environment variables. # Sanitizing environment variables.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment