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!'''
|
||||
return {
|
||||
'task_dep': ['build', 'dbprepare', '_fix_perms'],
|
||||
'teardown': [(stop, [])],
|
||||
'actions': [LongRunning(
|
||||
(COMPOSE + ' up'),
|
||||
shell=True)
|
||||
(COMPOSE + ' up').split(),
|
||||
shell=False)
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue