trigger workflow

This commit is contained in:
Marvin Zhang
2022-06-11 10:43:24 +08:00
parent 9ce09f7744
commit 6deecf1774

View File

@@ -147,9 +147,10 @@ jobs:
docker run -d --rm --name crawlab_master \
-e CRAWLAB_NODE_MASTER=Y \
-e CRAWLAB_MONGO_HOST=localhost \
-e CRAWLAB_MONGO_PORT=27017 \
-p 8080:8080 \
image
sleep 30
sleep 10
docker ps
docker logs crawlab_master
res=`curl http://localhost:8080/api/system-info -s`