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:
authorPavlo Strokov <pstrokov@gitlab.com>2020-02-17 13:23:24 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2020-02-17 13:23:24 +0300
commit776248beb9b7d6a532443913124bccd20a03f03d (patch)
treeff38f0d2e3f48a53bb3c2f881f34f2c1be48cd64
parentc5a9c32718552212289c0a1792988ac817d1420f (diff)
Postgres service requires authentication option to start.
Postgres service used in `praefect_sql_test`job requires authentication to be properly configured. As it is only a testing docker container authentication disabled for it.
-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