mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Update gitlab CI with missing if for celery
This commit is contained in:
parent
ab0612f70f
commit
8cb2f6c249
|
@ -46,7 +46,9 @@ pytest:
|
|||
- virtualenv venv
|
||||
- source venv/bin/activate
|
||||
- pip install -r requirements/local.txt
|
||||
{% if cookiecutter.use_celery == 'y' -%}
|
||||
- celery multi start worker beat -A config.celery_app --pool=solo
|
||||
{%- endif %}
|
||||
|
||||
script:
|
||||
- pytest
|
||||
|
|
Loading…
Reference in New Issue
Block a user