mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
proper debug
This commit is contained in:
+2
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user