trigger workflow

This commit is contained in:
Marvin Zhang
2022-06-10 22:05:34 +08:00
parent 2c863fee83
commit f67fe03f2c

View File

@@ -141,9 +141,9 @@ jobs:
run: |
docker run -d --name crawlab_master --rm image
sleep 10
curl http://localhost:8080/api/system-info
docker ps
docker logs crawlab_master
curl http://localhost:8080/api/system-info
docker stop crawlab_master
- name: Push image
run: |