forked from 00dani/lemoncurry
Don't collectstatic, it's not needed and it won't work without Yarn being run, which introduces another dependency
This commit is contained in:
parent
1759be4d8c
commit
247bce0996
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ install:
|
||||||
script:
|
script:
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv install
|
- pipenv install
|
||||||
- pipenv run ./manage.py collectstatic --no-input
|
|
||||||
|
|
||||||
pytest:
|
pytest:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue