Skip to content
Snippets Groups Projects
Commit 6da28b26 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

cleanup interop test scripts

parent cca098e7
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,6 @@ cd /var/local/git/grpc ...@@ -41,8 +41,6 @@ cd /var/local/git/grpc
nvm use 0.12 nvm use 0.12
nvm alias default 0.12 # prevent the need to run 'nvm use' in every shell nvm alias default 0.12 # prevent the need to run 'nvm use' in every shell
make install-certs
# build Node interop client & server # build Node interop client & server
npm install -g node-gyp npm install -g node-gyp
npm install --unsafe-perm --build-from-source npm install --unsafe-perm --build-from-source
...@@ -40,7 +40,5 @@ cp -r /var/local/jenkins/service_account $HOME || true ...@@ -40,7 +40,5 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc cd /var/local/git/grpc
rvm --default use ruby-2.1 rvm --default use ruby-2.1
make install-certs
# build Ruby interop client and server # build Ruby interop client and server
(cd src/ruby && gem update bundler && bundle && rake compile) (cd src/ruby && gem update bundler && bundle && rake compile)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment