From 87704c2cd8d07e8f7dbde6de3222fa8017b25790 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sat, 11 Jun 2022 11:17:18 +0800 Subject: [PATCH] trigger workflow --- bin/docker-init.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/docker-init.sh b/bin/docker-init.sh index 7c72713c..88327ded 100755 --- a/bin/docker-init.sh +++ b/bin/docker-init.sh @@ -4,14 +4,14 @@ if [ "${CRAWLAB_NODE_MASTER}" = "Y" ]; then # start master /bin/bash /app/bin/docker-start-master.sh - # env - export IS_MASTER=1 + # node type + echo "node type: master" # start crawlab crawlab-server master else - # env - export IS_MASTER=0 + # node type + echo "node type: worker" # start crawlab crawlab-server worker