Skip to content
Snippets Groups Projects
Commit 5b4a9348 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

run bundle install from repo root

parent a5780e16
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ set -ex
export GRPC_CONFIG=${CONFIG:-opt}
# change to grpc's ruby directory
cd $(dirname $0)/../../src/ruby
# change to grpc repo root
cd $(dirname $0)/../..
bundle install
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