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:
|
dependencies:
|
||||||
- pip
|
- pip
|
||||||
- static
|
- static
|
||||||
|
needs:
|
||||||
|
- pip
|
||||||
|
- static
|
||||||
script:
|
script:
|
||||||
- ./manage.py collectstatic --noinput -v2 --clear
|
- ./manage.py collectstatic --noinput -v2 --clear
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue