This commit is contained in:
Robin Grenzdörfer 2023-12-06 09:26:01 +00:00
parent be587c2564
commit 92a5f7acc9

@ -88,7 +88,6 @@ 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"
ping live-server
nslookup live-server
nc -z live-server 8081
curl -v http://live-server:8081