Skip to content
Snippets Groups Projects
Commit 245e9970 authored by murgatroid99's avatar murgatroid99
Browse files

Change cleanup step in node package build to account for well known protos

parent f66c6d07
Branches
Tags
No related merge requests found
...@@ -81,7 +81,7 @@ for arch in {x86,x64}; do ...@@ -81,7 +81,7 @@ for arch in {x86,x64}; do
node_plat=$plat node_plat=$plat
;; ;;
esac esac
rm bin/* rm -r bin/*
input_dir="$EXTERNAL_GIT_ROOT/architecture=$arch,language=protoc,platform=$plat/artifacts" input_dir="$EXTERNAL_GIT_ROOT/architecture=$arch,language=protoc,platform=$plat/artifacts"
cp $input_dir/protoc* bin/ cp $input_dir/protoc* bin/
cp $input_dir/grpc_node_plugin* bin/ cp $input_dir/grpc_node_plugin* bin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment