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

is /app

parent 9c2b0330
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop
[ ! "$SLUG_ID" ] && SLUG_ID="defaultslug"
[ ! "$REQUEST_ID" ] && REQUEST_ID=$SLUG_ID
[ ! "$STACK" ] && STACK=$DEFAULT_PYTHON_STACK
[[ $BUILD_DIR != "/app" ]] && SKIP_MOVE_BUILD=$1
[[ $BUILD_DIR == "/app" ]] && SKIP_MOVE_BUILD=$1
echo $SKIP_MOVE_BUILD
echo $BUILD_DIR
......
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