From 582bc02362b7304e561b75ba8ebbf0bf6de8458d Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 25 Oct 2018 09:54:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E7=90=86=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/deploy-cn.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/aio/deploy-cn.sh b/aio/deploy-cn.sh index c8b9d17739..169d3f29f9 100755 --- a/aio/deploy-cn.sh +++ b/aio/deploy-cn.sh @@ -1,10 +1,7 @@ #!/usr/bin/env bash -. ~/.nvm/nvm.sh - -nvm use 10 - set -x +set -e commitSha=$(git rev-parse --short HEAD) commitMessage=$(git log --oneline -n 1)