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

cleanup / debug

parent 0a78bd00
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,6 @@ APP_DIR='/app' ...@@ -67,7 +67,6 @@ APP_DIR='/app'
TMP_APP_DIR=$CACHE_DIR/tmp_app_dir TMP_APP_DIR=$CACHE_DIR/tmp_app_dir
# Set new context. # Set new context.
ORIG_BUILD_DIR=$BUILD_DIR
BUILD_DIR=$APP_DIR BUILD_DIR=$APP_DIR
# Prepend proper path buildpack use. # Prepend proper path buildpack use.
...@@ -93,6 +92,8 @@ if [ ! -f requirements.txt ]; then ...@@ -93,6 +92,8 @@ if [ ! -f requirements.txt ]; then
echo "-e ." > requirements.txt echo "-e ." > requirements.txt
fi fi
ls
# Sticky runtimes. # Sticky runtimes.
if [ -f $CACHE_DIR/.heroku/python-version ]; then if [ -f $CACHE_DIR/.heroku/python-version ]; then
DEFAULT_PYTHON_VERSION=$(cat $CACHE_DIR/.heroku/python-version) DEFAULT_PYTHON_VERSION=$(cat $CACHE_DIR/.heroku/python-version)
......
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