Skip to content
Snippets Groups Projects
Commit bd9a08b3 authored by Noah Zoschke's avatar Noah Zoschke
Browse files

release uses Python/Django

parent face6a56
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ config_vars: ...@@ -13,7 +13,7 @@ config_vars:
PYTHONUNBUFFERED: true PYTHONUNBUFFERED: true
EOF EOF
[ "$NAME" = "Django" ] || exit 0 [ "$NAME" = "Python/Django" ] || exit 0
SETTINGS_FILE=$(ls **/settings.py | head -1) SETTINGS_FILE=$(ls **/settings.py | head -1)
PROJECT=$(dirname $SETTINGS_FILE) PROJECT=$(dirname $SETTINGS_FILE)
......
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