Skip to content

Commit

Permalink
chore: print the logs in case something did not start
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
  • Loading branch information
cre8 committed Sep 1, 2024
1 parent 33b096c commit 8ef256f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploys/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ef256f

Please sign in to comment.