Add collect static and compile scss
This commit is contained in:
parent
1e18c2d2e0
commit
bbbaf1ffc9
|
@ -15,6 +15,8 @@ pipeline:
|
||||||
- cp -n env.example .env
|
- cp -n env.example .env
|
||||||
- mkdir -p ./cache/packages ./cache/pip
|
- mkdir -p ./cache/packages ./cache/pip
|
||||||
- pip install --user --cache-dir ./cache/pip -r ./requirements/test.txt
|
- pip install --user --cache-dir ./cache/pip -r ./requirements/test.txt
|
||||||
|
- python manage.py compilescss
|
||||||
|
- python manage.py collectstatic --no-input
|
||||||
- python manage.py test mhackspace --keepdb --verbosity 2
|
- python manage.py test mhackspace --keepdb --verbosity 2
|
||||||
|
|
||||||
publish-test:
|
publish-test:
|
||||||
|
|
Loading…
Reference in New Issue