Commit a51077dd authored by Andrey Mironov's avatar Andrey Mironov
Browse files

changed postgres variables

parent 495afc5c
......@@ -12,8 +12,8 @@ tests:
script:
- export PGHOST="postgres"
- export PGUSER="odoo"
- export PGPASSWORD=""
- export POSTGRES_USER="odoo"
- export POSTGRES_PASSWORD=""
- export VIRTUAL_ENV="${VENDOR}/venv"
......@@ -41,8 +41,8 @@ tests:
- ssh-keyscan -t rsa gitlab.suvit.ru >> ~/.ssh/known_hosts
# create postgres user
- createuser ${PGUSER} -h ${PGHOST} -U postgres -s
- createdb ${PGUSER} -h ${PGHOST}
- createuser ${POSTGRES_USER} -h ${PGHOST} -U postgres -s
- createdb ${POSTGRES_USER} -h ${PGHOST}
# 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