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:
4
.github/workflows/docker-crawlab.yml
vendored
4
.github/workflows/docker-crawlab.yml
vendored
@@ -157,7 +157,9 @@ jobs:
|
||||
sleep 10
|
||||
docker ps
|
||||
docker exec crawlab_master ls -l /var/log
|
||||
res=`docker exec crawlab_master curl http://localhost:8000/system-info -s`
|
||||
cmd='curl http://localhost:8080/api/system-info -s'
|
||||
echo "cmd: ${cmd}"
|
||||
res=`${cmd}`
|
||||
echo "res: ${res}"
|
||||
if [[ $res =~ "success" ]]; then
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user