Skip to content

Commit a73d0f9

Browse files
committed
CPT-218 Include enterprise addons in the ARM image
1 parent 7ad61eb commit a73d0f9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/main.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,17 @@ jobs:
7373
env:
7474
GHCR_IMAGE_NAME: ghcr.io/jobrad-gmbh/odoo
7575
steps:
76-
- uses: actions/checkout@v3
76+
- name: Clone
77+
uses: actions/checkout@v3
78+
79+
- name: Clone enterprise addons
80+
uses: actions/checkout@v3
81+
with:
82+
repository: jobrad-gmbh/odoo-addons-enterprise
83+
ref: 14.0.10
84+
token: ${{ secrets.ODOO_REPO_TOKEN }}
85+
path: addons_enterprise
86+
fetch-depth: 1
7787

7888
- name: Create variables
7989
shell: bash

0 commit comments

Comments
 (0)