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

.heroku/injection_disabled

parent ef4772b8
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,19 @@ fi
# ### The Cache
mkdir -p $CACHE_DIR
set +e
# 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.
LEGACY_VIRTUALENV=false
......
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