updated workflow

This commit is contained in:
Marvin Zhang
2022-06-11 13:55:55 +08:00
parent ed86f8ff8d
commit 5aed1edb9d

View File

@@ -154,7 +154,7 @@ jobs:
sleep 20
docker ps
docker logs crawlab_master
res=`curl http://localhost:8080/api/system-info -s`
res=`docker exec crawlab_master curl http://localhost:8080/api/system-info -s`
echo "res: ${res}"
if [[ $res =~ "success" ]]; then
: