mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
Don't hardcode home dir in jenkins script
This commit is contained in:
parent
f51669664c
commit
a0f572c26e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export NVM_DIR="/home/jenkins/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
||||||
nvm use 6
|
nvm use 6
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue