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

user_env_compile for disabling injection

parent 74cad013
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ echo "-----> Installing dependencies using pip version $(bin/pip --version | awk
pip install --use-mirrors -r requirements.txt | indent
# Django support.
if [ "$NAME" = "Python/Django" ]; then
if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django
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