Skip to content
Snippets Groups Projects
Commit a0f572c2 authored by David Baker's avatar David Baker
Browse files

Don't hardcode home dir in jenkins script

parent f5166966
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment