mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated workflow
This commit is contained in:
2
.github/workflows/docker-crawlab.yml
vendored
2
.github/workflows/docker-crawlab.yml
vendored
@@ -154,7 +154,7 @@ jobs:
|
||||
sleep 20
|
||||
docker ps
|
||||
docker logs crawlab_master
|
||||
res=`curl http://localhost:8080/api/system-info -s`
|
||||
res=`docker exec crawlab_master curl http://localhost:8080/api/system-info -s`
|
||||
echo "res: ${res}"
|
||||
if [[ $res =~ "success" ]]; then
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user