test: always down
This commit is contained in:
parent
2c595e09c9
commit
8fd179bf9f
1 changed files with 0 additions and 2 deletions
|
@ -480,8 +480,6 @@ class DockerComposer(contextlib.AbstractContextManager):
|
|||
self._docker_compose_file = None
|
||||
|
||||
def compose(self, docker_compose_file):
|
||||
if docker_compose_file == self._docker_compose_file:
|
||||
return
|
||||
self._down()
|
||||
if docker_compose_file is None:
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue