Skip to content

Commit

Permalink
Ruby builds go into ruby directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gxb5443 committed Feb 16, 2016
1 parent 0019d57 commit a16fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ done
echo

echo "Building..."
protoc -I /defs /defs/*.proto --ruby_out=./ --grpc_out=./ --plugin=protoc-gen-grpc=/opt/namely/grpc_ruby_plugin
protoc -I /defs /defs/*.proto --ruby_out=./ruby --grpc_out=./ruby --plugin=protoc-gen-grpc=/opt/namely/grpc_ruby_plugin

echo "Done"

0 comments on commit a16fdb8

Please sign in to comment.