mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
no debug statement
This commit is contained in:
@@ -56,10 +56,6 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop
|
||||
[ ! "$STACK" ] && STACK=$DEFAULT_PYTHON_STACK
|
||||
[[ $BUILD_DIR == "/app" ]] && SKIP_MOVE_BUILD=$1
|
||||
|
||||
echo $SKIP_MOVE_BUILD
|
||||
echo $BUILD_DIR
|
||||
echo '^^^^'
|
||||
|
||||
# Sanitizing environment variables.
|
||||
unset GIT_DIR PYTHONHOME PYTHONPATH
|
||||
unset RECEIVE_DATA RUN_KEY BUILD_INFO DEPLOY LOG_TOKEN DYNO
|
||||
|
||||
Reference in New Issue
Block a user