localhost does not exist in the CI
This commit is contained in:
parent
9618664e91
commit
68c122d854
|
@ -81,7 +81,7 @@ function main() {
|
|||
done
|
||||
for serial in $serials ; do
|
||||
while true ; do
|
||||
test $(curl --silent http://localhost:818$serial -o /dev/null -w "%{http_code}") = 302 && break
|
||||
test $(curl --silent http://0.0.0.0:818$serial -o /dev/null -w "%{http_code}") = 302 && break
|
||||
sleep 5
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue