From a7046d72964db50c823c027fdc07ac9d53e28b89 Mon Sep 17 00:00:00 2001 From: bronsen <kontakt+gitcommit@nrrd.de> Date: Fri, 14 Mar 2025 23:22:37 +0100 Subject: [PATCH] [CI] suppress printing connection instructions maybe this reduces the log amount a little bit --- .woodpecker/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index ea9ef95..8965330 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -27,4 +27,4 @@ services: environment: POSTGRES_PASSWORD: teilchensammler POSTGRES_DB: teilchensammler_test - POSTGRES_INITDB_ARGS: --nosync + POSTGRES_INITDB_ARGS: --nosync --no-instructions