Skip to content

Commit

Permalink
[IMP] Try use docker compose command v2 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-teruel committed Mar 29, 2024
1 parent b88a1b3 commit f55e1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
]["args"]["ODOO_VERSION"]
)
DOCKER_COMPOSE_CMD = (
shutil.which("docker-compose") or f"{shutil.which('docker')} compose"
f"{shutil.which('docker')} compose" or shutil.which("docker-compose")
)

_logger = getLogger(__name__)
Expand Down

0 comments on commit f55e1a1

Please sign in to comment.