From 5aed1edb9ddab5028362a3e488ee589578ae6d74 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sat, 11 Jun 2022 13:55:55 +0800 Subject: [PATCH] updated workflow --- .github/workflows/docker-crawlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index 11ec19ff..8913ebe9 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -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 :