Skip to content

Commit

Permalink
Updated a couple more scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed May 2, 2016
1 parent 9fab438 commit 957fe8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tools/gce/linux_performance_worker_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ sudo pip install tox
touch .profile
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
nvm install 0.12 && npm config set cache /tmp/npm-cache
nvm install 4 && npm config set cache /tmp/npm-cache
nvm install 5 && npm config set cache /tmp/npm-cache
nvm alias default 4

# C# dependencies (http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives)

Expand Down
2 changes: 1 addition & 1 deletion tools/run_tests/performance/run_worker_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

source ~/.nvm/nvm.sh
nvm use 0.12
nvm use 4

set -ex

Expand Down

0 comments on commit 957fe8d

Please sign in to comment.