From 2045ab026f9d4a893bcad7165d9cbc1513fc1e2c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 12 Nov 2019 11:19:30 +0100 Subject: [PATCH] chore(gitlab-ci): postgres docker has no support for locales --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e668e0ba..0dd8ee06e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,6 @@ variables: POSTGRES_DB: uniworx_test POSTGRES_USER: uniworx POSTGRES_PASSWORD: uniworx - POSTGRES_INITDB_ARGS: "--locale=de_DE --encoding=UTF-8" - TZ: Europe/Berlin stages: - setup