projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce1b7b
)
Speed up docker postgres.
author
lain
<lain@soykaf.club>
Sun, 17 Feb 2019 10:36:14 +0000
(11:36 +0100)
committer
lain
<lain@soykaf.club>
Sun, 17 Feb 2019 10:46:51 +0000
(11:46 +0100)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index b594458955a97ab29aa191296da16e88eb6fe309..eeddce69e5d079c715117137808a2fee40225e60 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-1,7
+1,8
@@
image: elixir:1.7.2
services:
- - postgres:9.6.2
+ - name: postgres:9.6.2
+ command: ["postgres", "-c", "fsync=off"]
variables:
POSTGRES_DB: pleroma_test