From 6ea6a0ccaf78b887587fddbdfda82361567a4d6f Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Fri, 24 Jun 2016 15:51:28 -0400
Subject: [PATCH] debug

---
 bin/compile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/compile b/bin/compile
index d4ca906a..e830c3dc 100755
--- a/bin/compile
+++ b/bin/compile
@@ -55,8 +55,6 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop
 [ ! "$REQUEST_ID" ] && REQUEST_ID=$SLUG_ID
 [ ! "$STACK" ] && STACK=$DEFAULT_PYTHON_STACK
 
-echo ' ----- before sanitization'
-env
 
 # Sanitizing environment variables.
 unset GIT_DIR PYTHONHOME PYTHONPATH
@@ -123,6 +121,9 @@ export LIBRARY_PATH=/app/.heroku/vendor/lib:$BUILD_DIR/.heroku/vendor/lib:/app/.
 export LD_LIBRARY_PATH=/app/.heroku/vendor/lib:$BUILD_DIR/.heroku/vendor/lib:/app/.heroku/python/lib:$LD_LIBRARY_PATH
 export PKG_CONFIG_PATH=/app/.heroku/vendor/lib/pkg-config:$BUILD_DIR/.heroku/vendor/lib/pkg-config:/app/.heroku/python/lib/pkg-config:$PKG_CONFIG_PATH
 
+echo ' ----- here we go!'
+env
+
 # Switch to the repo's context.
 cd $BUILD_DIR
 
-- 
GitLab