updated workflow

This commit is contained in:
Marvin Zhang
2022-06-12 12:05:58 +08:00
parent 36b7d5abd9
commit 7c9bd85370

View File

@@ -156,7 +156,7 @@ jobs:
docker ps
docker logs crawlab_master
docker exec crawlab_master ls -l /var/log
docker exec crawlab_master curl http://localhost:8000/system-info -v
res=`docker exec crawlab_master curl http://localhost:8000/system-info -s`
echo "res: ${res}"
if [[ $res =~ "success" ]]; then
: