From 6b79d77dd2e3453e9a26cfe286ab4a30fa1cc610 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 25 Jul 2017 13:39:43 +0200 Subject: [PATCH] Enable postgres on drone again * use proper password Signed-off-by: Morris Jobke --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5d385885325..f2d7ce3b305 100644 --- a/.drone.yml +++ b/.drone.yml @@ -632,7 +632,7 @@ services: image: postgres environment: - POSTGRES_USER=oc_autotest - - POSTGRES_PASSWORD=oc_autotest + - POSTGRES_PASSWORD=owncloud when: matrix: DB: postgres