chore: fix ci workflows error

This commit is contained in:
firest 2022-08-09 10:39:55 +08:00
parent 966b508c6f
commit 0f8e80afb8
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ jobs:
./emqx/bin/emqx start || cat emqx/log/erlang.log.1
ready='no'
for i in {1..18}; do
if curl -fs 127.0.0.1:18083/api/v5/status > /dev/null; then
if curl -fs 127.0.0.1:18083/status > /dev/null; then
ready='yes'
break
fi

View File

@ -178,7 +178,7 @@ jobs:
./emqx/bin/emqx start || cat emqx/log/erlang.log.1
ready='no'
for i in {1..30}; do
if curl -fs 127.0.0.1:18083/api/v5/status > /dev/null; then
if curl -fs 127.0.0.1:18083/status > /dev/null; then
ready='yes'
break
fi