aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_artifact_node.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-30 08:34:37 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-30 08:34:37 -0700
commite50d7be28cda88364bd34dff5e3725a3541ffdb7 (patch)
tree673d55fe7c90eac8d1daed1b0548748162e565a7 /tools/run_tests/build_artifact_node.sh
parentf45496fdb040fed2aaeda087d0cdc8ba70b2ce07 (diff)
parente39707458df9c77a2a2570f9dbf3d18b01ca4d68 (diff)
Merge github.com:grpc/grpc into cleaner-posix2
Diffstat (limited to 'tools/run_tests/build_artifact_node.sh')
-rwxr-xr-xtools/run_tests/build_artifact_node.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_artifact_node.sh b/tools/run_tests/build_artifact_node.sh
index 6aa4824538..ef3476a038 100755
--- a/tools/run_tests/build_artifact_node.sh
+++ b/tools/run_tests/build_artifact_node.sh
@@ -30,9 +30,9 @@
NODE_TARGET_ARCH=$1
source ~/.nvm/nvm.sh
-set -ex
nvm use 4
+set -ex
cd $(dirname $0)/../..