logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: b38c3de411a863e51f4e00cb34f4ce59c8d333ea
parent 783fa797bbe356611aa5d61e22e62b2b4bd6dbe6
Author: lain <lain@soykaf.club>
Date:   Thu, 19 Nov 2020 17:15:05 +0100

Gitlab CI: Update postgres

Diffstat:

M.gitlab-ci.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -57,7 +57,7 @@ unit-testing: policy: pull services: - - name: postgres:9.6 + - name: postgres:13 alias: postgres command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"] script: