Skip to content

Commit

Permalink
[16.0] [MIG] github_event_webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo2302 committed Dec 17, 2024
1 parent c591102 commit 61b5086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docker_files/main/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"depends": [
"base",
"github_event",
"github_event_webhook",
"github_pull_request",
],
"installable": True,
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN gitoo install-all --conf_file /gitoo.yml --destination "${THIRD_PARTY_ADDONS
USER odoo

COPY github_event /mnt/extra-addons/github_event
COPY github_event_webhook /mnt/extra-addons/github_event_webhook
COPY github_pull_request /mnt/extra-addons/github_pull_request

COPY .docker_files/main /mnt/extra-addons/main
Expand Down

0 comments on commit 61b5086

Please sign in to comment.