Fix node interop build scripts

pull/19006/head
murgatroid99 6 years ago
parent 43986f4224
commit a8139b4da1
  1. 4
      tools/dockerfile/interoptest/grpc_interop_node/build_interop.sh
  2. 6
      tools/dockerfile/interoptest/grpc_interop_nodepurejs/build_interop.sh

@ -29,6 +29,4 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc-node cd /var/local/git/grpc-node
# build Node interop client & server # build Node interop client & server
npm install -g node-gyp gulp ./setup_interop.sh
npm install
gulp setup

@ -29,8 +29,4 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc-node cd /var/local/git/grpc-node
# build Node interop client & server # build Node interop client & server
npm install -g gulp ./setup_interop_purejs.sh
npm install
gulp js.core.install
gulp protobuf.install
gulp internal.test.install

Loading…
Cancel
Save