From 95e3c37522690d3d8272e1154af9b4111edb6f9e Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sat, 11 Jun 2022 10:50:03 +0800 Subject: [PATCH] trigger 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 29c25d46..fd6053c8 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -145,7 +145,7 @@ jobs: - name: Test image run: | docker run -d --rm --name crawlab_master \ - -e CRAWLAB_NODE_MASTER=Y \ + -e CRAWLAB_NODE_MASTER=true \ -e CRAWLAB_MONGO_HOST=localhost \ -e CRAWLAB_MONGO_PORT=27017 \ -p 8080:8080 \