ctrl-c while "doit up" works better
This commit is contained in:
parent
56f3127af6
commit
4279c8f09f
1 changed files with 3 additions and 2 deletions
5
dodo.py
5
dodo.py
|
@ -94,9 +94,10 @@ def task_up():
|
||||||
'''RUN that stuff!'''
|
'''RUN that stuff!'''
|
||||||
return {
|
return {
|
||||||
'task_dep': ['build', 'dbprepare', '_fix_perms'],
|
'task_dep': ['build', 'dbprepare', '_fix_perms'],
|
||||||
|
'teardown': [(stop, [])],
|
||||||
'actions': [LongRunning(
|
'actions': [LongRunning(
|
||||||
(COMPOSE + ' up'),
|
(COMPOSE + ' up').split(),
|
||||||
shell=True)
|
shell=False)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue