Skip to content

Commit 2bd0adb

Browse files
committed
feat(odoo): support multi-line ADDONS_GIT_REPOS and update documentation
1 parent d46802c commit 2bd0adb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

images/odoo/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ services:
126126
FORGEJO_URL: https://codeberg.org
127127
FORGEJO_USERNAME: bot-mintsys
128128
FORGEJO_PAT: *****
129-
ADDONS_GIT_REPOS: "[email protected]:Mint-System/Odoo-Apps-Server-Tools.git#18.0,[email protected]:OCA/server-tools.git#18.0"
129+
ADDONS_GIT_REPOS: |
130+
[email protected]:Mint-System/Odoo-Apps-Server-Tools.git#18.0
131+
[email protected]:OCA/server-tools.git#18.0
130132
ODOO_ADDONS_PATH: /mnt/addons/,/mnt/enterprise/,/mnt/oca/,/mnt/themes/
131133
ODOO_ENTERPRISE_PATH: /mnt/enterprise
132134
ODOO_DATABASE: "18.0"
@@ -377,7 +379,7 @@ The image can clone git repositories.
377379
- `FORGEJO_URL`: Url of Forgejo instance. Default is `https://codeberg.org`.
378380
- `FORGEJO_USERNAME`: Forgejo Username for https git clone.
379381
- `FORGEJO_PAT`: Forgejo access token for https git clone and archive download.
380-
- `ADDONS_GIT_REPOS` Comma seperated list of git clone urls appended with `#` and branch name.
382+
- `ADDONS_GIT_REPOS` Comma or line-break seperated list of git clone urls appended with `#` and branch name.
381383

382384
You can use https and git urls for `ADDONS_GIT_REPOS`:
383385

0 commit comments

Comments
 (0)