We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1d766 commit 7ad61ebCopy full SHA for 7ad61eb
.dockerignore
@@ -1,6 +1,7 @@
1
*
2
3
!addons
4
+!addons_enterprise
5
!config/grunt
6
!docker
7
!odoo
.github/workflows/main.yaml
@@ -17,7 +17,17 @@ jobs:
17
env:
18
GHCR_IMAGE_NAME: ghcr.io/jobrad-gmbh/odoo
19
steps:
20
- - uses: actions/checkout@v3
+ - name: Clone
21
+ uses: actions/checkout@v3
22
+
23
+ - name: Clone enterprise addons
24
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
31
32
- name: Create variables
33
shell: bash
0 commit comments