mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated workflow
This commit is contained in:
2
.github/workflows/docker-crawlab.yml
vendored
2
.github/workflows/docker-crawlab.yml
vendored
@@ -156,7 +156,7 @@ jobs:
|
||||
docker ps
|
||||
docker logs crawlab_master
|
||||
docker exec crawlab_master ls -l /var/log
|
||||
docker exec crawlab_master curl http://localhost:8000/system-info -v
|
||||
res=`docker exec crawlab_master curl http://localhost:8000/system-info -s`
|
||||
echo "res: ${res}"
|
||||
if [[ $res =~ "success" ]]; then
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user