From 6fdc277f188624ea4f6fb19f263658aefff5212b Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 13 Mar 2025 20:24:23 +0800 Subject: [PATCH] remove set e --- CI/circle_parallel.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/CI/circle_parallel.sh b/CI/circle_parallel.sh index 0d02dce87a7..c0793e3e170 100755 --- a/CI/circle_parallel.sh +++ b/CI/circle_parallel.sh @@ -68,7 +68,6 @@ elif [ "$NODE_INDEX" = "3" ]; then echo "Running node $NODE_INDEX ... " # Install node@stable (for angular 6) - set +e curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash export NVM_DIR="/opt/circleci/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"