fix: remove jq from health check, response is not JSON
This commit is contained in:
@@ -185,7 +185,7 @@ jobs:
|
||||
for i in {1..10}; do
|
||||
if curl -f -s "$HEALTH_URL" > /dev/null; then
|
||||
echo "✓ Health check passed"
|
||||
curl -s "$HEALTH_URL" | jq .
|
||||
curl -s "$HEALTH_URL"
|
||||
exit 0
|
||||
fi
|
||||
sleep 3
|
||||
|
||||
Reference in New Issue
Block a user