diff options
author | murgatroid99 <mlumish@google.com> | 2017-06-06 10:40:10 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2017-06-06 11:55:29 -0700 |
commit | 44c16d31d3d13eff96b8e35010f398d4a634a9dc (patch) | |
tree | 4f48f614bdaf75e183ff0c2efd32f7b94e2ec750 /tools | |
parent | 5ed0b4e6ab8bdee3a7f33e9380cf641291975ade (diff) |
Undo updating npm in node artifact builds
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/artifacts/build_artifact_node.bat | 2 | ||||
-rwxr-xr-x | tools/run_tests/artifacts/build_artifact_node.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/run_tests/artifacts/build_artifact_node.bat b/tools/run_tests/artifacts/build_artifact_node.bat index 72c59a96d3..f540ef5abe 100644 --- a/tools/run_tests/artifacts/build_artifact_node.bat +++ b/tools/run_tests/artifacts/build_artifact_node.bat @@ -35,8 +35,6 @@ set PATH=%PATH%;C:\Program Files\nodejs\;%APPDATA%\npm del /f /q BUILD || rmdir build /s /q -call npm update -g npm - call npm update || goto :error mkdir -p %ARTIFACTS_OUT% diff --git a/tools/run_tests/artifacts/build_artifact_node.sh b/tools/run_tests/artifacts/build_artifact_node.sh index 8061c62a59..e5e36903eb 100755 --- a/tools/run_tests/artifacts/build_artifact_node.sh +++ b/tools/run_tests/artifacts/build_artifact_node.sh @@ -34,8 +34,6 @@ source ~/.nvm/nvm.sh nvm use 4 set -ex -npm update -g npm - cd $(dirname $0)/../../.. rm -rf build || true |