doit supports concurrent tasks
This commit is contained in:
parent
c64ce844d1
commit
cf3163979a
1 changed files with 1 additions and 1 deletions
2
dodo.py
2
dodo.py
|
@ -8,7 +8,7 @@ from dodo_utils import wait_net_service, wait_pgsql_db, \
|
||||||
run_task_func, scan_dir
|
run_task_func, scan_dir
|
||||||
|
|
||||||
COMPOSE = 'docker-compose -p feedati'
|
COMPOSE = 'docker-compose -p feedati'
|
||||||
DOIT_CONFIG = {'default_tasks': ['up']}
|
DOIT_CONFIG = {'default_tasks': ['up'], 'backend': 'sqlite3'}
|
||||||
|
|
||||||
|
|
||||||
def task_build():
|
def task_build():
|
||||||
|
|
Loading…
Reference in a new issue