Skip to content

Commit

Permalink
Include enterprise addons
Browse files Browse the repository at this point in the history
  • Loading branch information
borna-ng committed Oct 24, 2024
1 parent 7c9aa07 commit 66c6d24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*

!addons
!addons_enterprise
!config/grunt
!docker
!odoo
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ jobs:
env:
GHCR_IMAGE_NAME: ghcr.io/jobrad-gmbh/odoo
steps:
- uses: actions/checkout@v3
- name: Clone
uses: actions/checkout@v3

- name: Clone enterprise addons
uses: actions/checkout@v3
with:
repository: jobrad-gmbh/odoo-addons-enterprise
ref: 15.0.1
token: ${{ secrets.ODOO_REPO_TOKEN }}
path: addons_enterprise
fetch-depth: 1

- name: Create variables
shell: bash
Expand Down

0 comments on commit 66c6d24

Please sign in to comment.