From 8ef256f7f079bef4c99d27f456df7475c4943ed1 Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Sun, 1 Sep 2024 20:09:29 +0200 Subject: [PATCH] chore: print the logs in case something did not start Signed-off-by: Mirko Mollik --- deploys/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploys/test.sh b/deploys/test.sh index e7ef874..f0fe991 100755 --- a/deploys/test.sh +++ b/deploys/test.sh @@ -32,6 +32,8 @@ for folder in "${folders[@]}"; do if ! check_health; then echo "Containers in $folder did not become healthy in time." + # print the logs to help debug + docker compose logs exit 1 fi