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

Clear bin directory after generating each tarball

parent d9062b98
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ for arch in {x86,x64}; do
*)
node_plat=$plat
esac
rm bin/*
input_dir="$EXTERNAL_GIT_ROOT/architecture=$arch,language=protoc,platform=$plat/artifacts"
cp $input_dir/protoc* bin/
cp $input_dir/grpc_node_plugin* bin/
......
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