mirror of
https://gitlab.com/datalifeit/trytond-account_eu
synced 2023-12-14 06:22:54 +01:00
Set auth-method to trust for drone build
issue9063
This commit is contained in:
parent
b454f63253
commit
702a2d669d
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ pipeline:
|
|||
services:
|
||||
postgresql:
|
||||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||
when:
|
||||
matrix:
|
||||
DATABASE: postgresql
|
||||
|
|
Loading…
Reference in a new issue