Run collect_static job after pip and static
This commit is contained in:
parent
2c1cc3e411
commit
a2044db646
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ collect_static:
|
|||
dependencies:
|
||||
- pip
|
||||
- static
|
||||
needs:
|
||||
- pip
|
||||
- static
|
||||
script:
|
||||
- ./manage.py collectstatic --noinput -v2 --clear
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue