Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Public
suvit-gitlab
Commits
a51077dd
Commit
a51077dd
authored
5 years ago
by
Andrey Mironov
Browse files
Options
Download
Email Patches
Plain Diff
changed postgres variables
parent
495afc5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
main.yml
main.yml
+4
-4
No files found.
main.yml
View file @
a51077dd
...
...
@@ -12,8 +12,8 @@ tests:
script
:
-
export PGHOST="postgres"
-
export P
G
USER="odoo"
-
export P
G
PASSWORD=""
-
export P
OSTGRES_
USER="odoo"
-
export P
OSTGRES_
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 ${P
G
USER} -h ${PGHOST} -U postgres -s
-
createdb ${P
G
USER} -h ${PGHOST}
-
createuser ${P
OSTGRES_
USER} -h ${PGHOST} -U postgres -s
-
createdb ${P
OSTGRES_
USER} -h ${PGHOST}
# install maintainer quality tools
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment