Don't hardcode home dir in jenkins script

pull/3272/head
David Baker 2017-02-17 19:18:58 +00:00
parent f51669664c
commit a0f572c26e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e
export NVM_DIR="/home/jenkins/.nvm"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm use 6