mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-15 09:21:02 +02:00
Un-hardcode home in jenkins.sh
This commit is contained in:
parent
3fcea0f586
commit
1819ff0939
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
export KARMAFLAGS="--no-colors"
|
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"
|
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
||||||
nvm use 4
|
nvm use 4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user