updated scripts

This commit is contained in:
Marvin Zhang
2022-06-12 15:24:49 +08:00
parent 64a57b8ef1
commit 93a1e8bbd3

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}`