mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
trigger workflow
This commit is contained in:
7
.github/workflows/docker-crawlab.yml
vendored
7
.github/workflows/docker-crawlab.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user