Skip to content

Commit

Permalink
Add output of docker compose logs in error case
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell committed May 1, 2024
1 parent 860a568 commit a100823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/deploy-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ waitForArchivista() {

if [[ attempt -eq 6 ]]; then
echo "timed out waiting for archivista"
docker compose logs
exit 1
fi
done
Expand Down

0 comments on commit a100823

Please sign in to comment.