Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2020-02-17 14:33:09 +0300
committerJacob Vosmaer <jacob@gitlab.com>2020-02-17 14:33:09 +0300
commita5ce36e2cbe5e702ba164f7f14b420471b9b0b22 (patch)
treeff38f0d2e3f48a53bb3c2f881f34f2c1be48cd64
parentc5a9c32718552212289c0a1792988ac817d1420f (diff)
parent776248beb9b7d6a532443913124bccd20a03f03d (diff)
Merge branch 'ps-postgres-service-auth-required' into 'master'
Postgres service requires authentication option to start. See merge request gitlab-org/gitaly!1838
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a502791c9..0b2031f0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -227,6 +227,7 @@ praefect_sql_test:
PGHOST: postgres
PGPORT: 5432
PGUSER: postgres
+ POSTGRES_HOST_AUTH_METHOD: trust
script:
- go version
- git version