Collect static before checks
This commit is contained in:
parent
f813d96442
commit
72204bbf72
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ django_checks:
|
||||||
extends: .python_test_template
|
extends: .python_test_template
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install --yes libpq-dev
|
- apt-get update && apt-get install --yes libpq-dev
|
||||||
|
- ./manage.py collectstatic --noinput --clear
|
||||||
- ./manage.py check
|
- ./manage.py check
|
||||||
- ./manage.py makemigrations --check --noinput
|
- ./manage.py makemigrations --check --noinput
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue