From ee37de55485012bb569c5fe35bc766bb1e3dbdb8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 21 Mar 2022 11:28:37 +0100 Subject: Remove PostgreSQL password set by accident Signed-off-by: Joas Schilling --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 84c527338..0fb8eeedf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -659,7 +659,7 @@ services: - environment: POSTGRES_DB: oc_autotest_dummy POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: owncloud + POSTGRES_PASSWORD: "" POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -697,7 +697,7 @@ services: - environment: POSTGRES_DB: oc_autotest_dummy POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: owncloud + POSTGRES_PASSWORD: "" POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -735,7 +735,7 @@ services: - environment: POSTGRES_DB: oc_autotest_dummy POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: owncloud + POSTGRES_PASSWORD: "" POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -773,7 +773,7 @@ services: - environment: POSTGRES_DB: oc_autotest_dummy POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: owncloud + POSTGRES_PASSWORD: "" POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -812,7 +812,7 @@ services: - environment: POSTGRES_DB: oc_autotest_dummy POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: owncloud + POSTGRES_PASSWORD: "" POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -851,7 +851,7 @@ services: - environment: POSTGRES_DB: oc_autotest_dummy POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: owncloud + POSTGRES_PASSWORD: "" POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -889,7 +889,7 @@ services: - environment: POSTGRES_DB: oc_autotest_dummy POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: owncloud + POSTGRES_PASSWORD: "" POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -927,7 +927,7 @@ services: - environment: POSTGRES_DB: oc_autotest_dummy POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: owncloud + POSTGRES_PASSWORD: "" POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -965,7 +965,7 @@ services: - environment: POSTGRES_DB: oc_autotest_dummy POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: owncloud + POSTGRES_PASSWORD: "" POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql -- cgit v1.2.3