trigger workflow

This commit is contained in:
Marvin Zhang
2022-06-10 22:21:55 +08:00
parent 154e6fb512
commit e6a75bc5a4

View File

@@ -151,7 +151,12 @@ jobs:
sleep 30
docker ps
docker logs crawlab_master
curl http://localhost:8080/api/system-info
res=`curl http://localhost:8080/api/system-info -s`
if [[ $res =~ "success" ]]; then
:
else
exit 1
fi
docker stop crawlab_master
- name: Log into registry