Commit cf5a9d26 authored by Kenneth Reitz's avatar Kenneth Reitz

.heroku/injection_disabled

parent ef4772b8
...@@ -104,8 +104,19 @@ fi ...@@ -104,8 +104,19 @@ fi
# ### The Cache # ### The Cache
mkdir -p $CACHE_DIR mkdir -p $CACHE_DIR
set +e
# Create set-aside `.heroku` folder. # Create set-aside `.heroku` folder.
mkdir -p .heroku mkdir .heroku
HEROKU_DIR_STATUS=$?
# This is a new app, disable injection.
[ $HEROKU_DIR_STATUS -nq 0 ] && {
touch .heroku/injection_disabled
}
set -e
# Nice defaults. # Nice defaults.
LEGACY_VIRTUALENV=false LEGACY_VIRTUALENV=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment