mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Un-hardcode home in jenkins.sh
This commit is contained in:
parent
3fcea0f586
commit
1819ff0939
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
export KARMAFLAGS="--no-colors"
|
||||
export NVM_DIR="/home/jenkins/.nvm"
|
||||
export NVM_DIR="$HOME/jenkins/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
||||
nvm use 4
|
||||
|
||||
|
|
Loading…
Reference in a new issue