Commit 09529cd4 authored by Andrey Mironov's avatar Andrey Mironov
Browse files

create postgres user

parent cdf67fcc
......@@ -12,7 +12,7 @@ tests:
script:
- export PGHOST="postgres"
- export PGUSER="postgres"
- export PGUSER="odoo"
- export PGPASSWORD=""
- export VIRTUAL_ENV="${VENDOR}/venv"
......@@ -40,6 +40,8 @@ tests:
- mkdir -p ~/.ssh && chmod 700 ~/.ssh
- ssh-keyscan -t rsa gitlab.suvit.ru >> ~/.ssh/known_hosts
# create postgres user
- createuser odoo -h ${PGHOST} -U postgres -s
# install maintainer quality tools
- |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment