run bundle install from repo root

pull/6204/head
Jan Tattermusch 9 years ago
parent a5780e1607
commit 5b4a9348f8
  1. 4
      tools/run_tests/pre_build_ruby.sh

@ -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

Loading…
Cancel
Save