Fix addons directory location
It was mixed with the odoo data dir.
This commit is contained in:
parent
57c292def1
commit
1bd45aa7b0
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ configMapGenerator:
|
||||||
- name: odooenv
|
- name: odooenv
|
||||||
literals:
|
literals:
|
||||||
- PGDATABASE={{ build_name }}
|
- PGDATABASE={{ build_name }}
|
||||||
- ADDONS_DIR=/mnt/data/odoo-data-dir
|
- ADDONS_DIR=/mnt/data/odoo-addons-dir
|
||||||
- RUNBOAT_GIT_REPO=https://github.com/{{ repo }}
|
- RUNBOAT_GIT_REPO=https://github.com/{{ repo }}
|
||||||
- RUNBOAT_GIT_REF={{ git_commit }}
|
- RUNBOAT_GIT_REF={{ git_commit }}
|
||||||
{%- for key, value in build_env.items() %}
|
{%- for key, value in build_env.items() %}
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ configMapGenerator:
|
||||||
- name: odooenv
|
- name: odooenv
|
||||||
literals:
|
literals:
|
||||||
- PGDATABASE=build-name
|
- PGDATABASE=build-name
|
||||||
- ADDONS_DIR=/mnt/data/odoo-data-dir
|
- ADDONS_DIR=/mnt/data/odoo-addons-dir
|
||||||
- RUNBOAT_GIT_REPO=https://github.com/oca/mis-builder
|
- RUNBOAT_GIT_REPO=https://github.com/oca/mis-builder
|
||||||
- RUNBOAT_GIT_REF=abcdef123456789
|
- RUNBOAT_GIT_REF=abcdef123456789
|
||||||
- name: runboat-scripts
|
- name: runboat-scripts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue