Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
b38c3de4
Commit
b38c3de4
authored
Nov 19, 2020
by
lain
Browse files
Gitlab CI: Update postgres
parent
783fa797
Pipeline
#33051
passed with stages
in 13 minutes and 30 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b38c3de4
...
@@ -57,7 +57,7 @@ unit-testing:
...
@@ -57,7 +57,7 @@ unit-testing:
policy
:
pull
policy
:
pull
services
:
services
:
-
name
:
postgres:
9.6
-
name
:
postgres:
13
alias
:
postgres
alias
:
postgres
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
script
:
script
:
...
...
Write
Preview
Supports
Markdown
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