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

inverse test

parent 94b2ab43
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ SETTINGS_FILE=$(find . -maxdepth 3 -type f -name 'settings.py' | head -1) ...@@ -4,7 +4,7 @@ SETTINGS_FILE=$(find . -maxdepth 3 -type f -name 'settings.py' | head -1)
PROJECT=$(dirname $SETTINGS_FILE) PROJECT=$(dirname $SETTINGS_FILE)
# Disable injection for new applications. # Disable injection for new applications.
if [ ! -f .heroku/injection_disabled ]; then if [ -f .heroku/injection_disabled ]; then
DISABLE_INJECTION=1 DISABLE_INJECTION=1
fi fi
......
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