always run collect static
This commit is contained in:
parent
8a08e7dcca
commit
c18090e169
|
|
@ -8,10 +8,7 @@ python manage.py ta_stop_on_error
|
|||
|
||||
# django setup
|
||||
python manage.py migrate
|
||||
|
||||
if [[ -z "$DJANGO_DEBUG" ]]; then
|
||||
python manage.py collectstatic --noinput -c
|
||||
fi
|
||||
python manage.py collectstatic --noinput -c
|
||||
|
||||
# ta setup
|
||||
python manage.py ta_envcheck
|
||||
|
|
|
|||
Loading…
Reference in New Issue