Skip to content

nvm being "installed" on jenkins-workspace hosts #988

@rvagg

Description

@rvagg

This in .bashrc on test-packetnet-ubuntu1604-x64-1

export NVM_DIR="$HOME/build/workspace/node-inspect@tmp/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

Looks like something in the node-inspect job is fully installing nvm. Can we stop that cause it's screwing up bash cause that NVM_DIR isn't stable.

@maclover7 @refack who's is this?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions