mirror of https://gitlab.com/litecord/litecord.git
ci: add POSTGRES_HOST_AUTH_METHOD=trust
This commit is contained in:
parent
b1aef75bb2
commit
6653dbf4d5
|
|
@ -2,6 +2,7 @@ image: python:3.8-alpine
|
|||
|
||||
variables:
|
||||
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
||||
POSTGRES_HOST_AUTH_METHOD: 'trust'
|
||||
|
||||
services:
|
||||
- postgres:alpine
|
||||
|
|
|
|||
Loading…
Reference in New Issue