This commit is contained in:
parent
92a5f7acc9
commit
1f2354ae8d
@ -88,7 +88,6 @@ jobs:
|
|||||||
while ! curl --output /dev/null --silent --head --fail http://live-server:8081; do
|
while ! curl --output /dev/null --silent --head --fail http://live-server:8081; do
|
||||||
if [ $attempts -eq $max_attempts ]; then
|
if [ $attempts -eq $max_attempts ]; then
|
||||||
echo "Live server not ready after $max_attempts attempts"
|
echo "Live server not ready after $max_attempts attempts"
|
||||||
nslookup live-server
|
|
||||||
nc -z live-server 8081
|
nc -z live-server 8081
|
||||||
curl -v http://live-server:8081
|
curl -v http://live-server:8081
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user