Skip to content

Commit

Permalink
[REF] travis2docker: deployv - Allow to use database manager from run…
Browse files Browse the repository at this point in the history
…bot and dev instances (#166)
  • Loading branch information
moylop260 authored Oct 4, 2022
1 parent c27cd5f commit 45f4894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/travis2docker/templates/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_pgcli_venv(){
odoo_conf(){
export ODOO_CONF=/home/odoo/.openerp_serverrc
/entry_point.py run true
sed -i '/db_host\|db_password\|db_user\|workers/d' $ODOO_CONF
sed -i '/db_host\|db_password\|db_user\|workers\|list_db/d' $ODOO_CONF
su odoo -c "mkdir -p $ODOORC_DATA_DIR"
}

Expand Down

0 comments on commit 45f4894

Please sign in to comment.