From b85ab545b1506ba00158204317cc420d1617cb36 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Sun, 16 Feb 2020 18:45:48 +0100 Subject: [PATCH] fix: set explicit POSTGRES_PASSWORD for pgsql on drone CI --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b2d16116e30ab..2deccf34ebfcc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -229,6 +229,7 @@ services: image: postgres:9.5 environment: POSTGRES_DB: test + POSTGRES_PASSWORD: postgres - name: ldap pull: default