Run collect_static job after pip and static

This commit is contained in:
Jake Howard 2022-06-10 17:20:06 +01:00
parent 2c1cc3e411
commit a2044db646
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ collect_static:
dependencies:
- pip
- static
needs:
- pip
- static
script:
- ./manage.py collectstatic --noinput -v2 --clear
artifacts: