fix: 清理无用代码

This commit is contained in:
Zhicheng Wang 2018-10-25 09:54:55 +08:00
parent 23de54f050
commit 582bc02362
1 changed files with 1 additions and 4 deletions

View File

@ -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)