updated scripts

This commit is contained in:
Marvin Zhang
2022-06-12 15:24:49 +08:00
parent f31aa54e69
commit b2b8a6a4b4

View File

@@ -156,7 +156,6 @@ jobs:
docker logs -f crawlab_master &
sleep 10
docker ps
docker exec crawlab_master ls -l /var/log
cmd='curl http://localhost:8080/api/system-info -s'
echo "cmd: ${cmd}"
res=`${cmd}`