This commit is contained in:
Robin Grenzdörfer 2023-12-06 09:32:39 +00:00
parent 2bc2b9adab
commit 8018ca07b5

@ -88,6 +88,9 @@ jobs:
while ! curl --output /dev/null --silent --head --fail http://live-server:8081; do
if [ $attempts -eq $max_attempts ]; then
echo "Live server not ready after $max_attempts attempts"
docker logs "${{ job.services.tibi-server.id }}"
docker ps -a
echo "${{ job.services.live-server.id }}"
docker logs "${{ job.services.live-server.id }}"
curl -v http://live-server:8081
exit 1