Updated a couple more scripts

pull/6376/head
murgatroid99 9 years ago
parent 9fab438669
commit 957fe8dc5d
  1. 3
      tools/gce/linux_performance_worker_init.sh
  2. 2
      tools/run_tests/performance/run_worker_node.sh

@ -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)

@ -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

Loading…
Cancel
Save