From 181c09cfb7e791b9112d447a3ca06251da606164 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 5 May 2015 18:08:31 -0700 Subject: [PATCH] cleanup / debug --- bin/compile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index d147552d..ae850e5d 100755 --- a/bin/compile +++ b/bin/compile @@ -67,7 +67,6 @@ APP_DIR='/app' TMP_APP_DIR=$CACHE_DIR/tmp_app_dir # Set new context. -ORIG_BUILD_DIR=$BUILD_DIR BUILD_DIR=$APP_DIR # Prepend proper path buildpack use. @@ -93,6 +92,8 @@ if [ ! -f requirements.txt ]; then echo "-e ." > requirements.txt fi +ls + # Sticky runtimes. if [ -f $CACHE_DIR/.heroku/python-version ]; then DEFAULT_PYTHON_VERSION=$(cat $CACHE_DIR/.heroku/python-version) -- GitLab