Skip to content

Commit 7ad61eb

Browse files
committed
CPT-209 Include enterprise addons
1 parent 5b1d766 commit 7ad61eb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*
22

33
!addons
4+
!addons_enterprise
45
!config/grunt
56
!docker
67
!odoo

.github/workflows/main.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,17 @@ jobs:
1717
env:
1818
GHCR_IMAGE_NAME: ghcr.io/jobrad-gmbh/odoo
1919
steps:
20-
- uses: actions/checkout@v3
20+
- name: Clone
21+
uses: actions/checkout@v3
22+
23+
- name: Clone enterprise addons
24+
uses: actions/checkout@v3
25+
with:
26+
repository: jobrad-gmbh/odoo-addons-enterprise
27+
ref: 14.0.10
28+
token: ${{ secrets.ODOO_REPO_TOKEN }}
29+
path: addons_enterprise
30+
fetch-depth: 1
2131

2232
- name: Create variables
2333
shell: bash

0 commit comments

Comments
 (0)