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
09529cd4
Commit
09529cd4
authored
5 years ago
by
Andrey Mironov
Browse files
Options
Download
Email Patches
Plain Diff
create postgres user
parent
cdf67fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
main.yml
main.yml
+3
-1
No files found.
main.yml
View file @
09529cd4
...
...
@@ -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
-
|
...
...
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