Skip to content

Commit

Permalink
Merge pull request #338 from moduon/stop-before-install
Browse files Browse the repository at this point in the history
fix(podman): stop odoo before installing module
  • Loading branch information
Tardo authored Jun 3, 2022
2 parents ad165bc + a90c48e commit 4c58131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ def install(
if modules:
cmd += f" -w {modules}"
with c.cd(str(PROJECT_ROOT)):
c.run("docker-compose stop odoo")
c.run(
cmd,
env=UID_ENV,
Expand Down

0 comments on commit 4c58131

Please sign in to comment.