-
- Downloads
[FIX] packaging: stop docker container when odoo fails
When the Odoo installation is tested, if the test fails an error is
raised but the Docker container is not stopped.
As a result, a ghost container stays alive with a Postgres server
running. Worse, if another package is built on the same host, the
ghost container prevent the other build to succeed.
With this commit, a specific Exception is raised and the container is
stopped in any case.
closes odoo/odoo#56210
Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
Please register or sign in to comment