diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-21 17:05:52 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-21 17:05:52 -0700 |
commit | fe7eddb22240df0edd72af0568e1b04c468c4389 (patch) | |
tree | f35b5e19824199bb25292ad66fb04247ce30d048 /tools/run_tests/pre_build_ruby.sh | |
parent | 06ae32e7f87d7ae62b984765ffecdda7354fc296 (diff) | |
parent | 5a56891eb6b1591e97d36072ac067d762aecf07e (diff) |
Merge github.com:grpc/grpc into expandification
Diffstat (limited to 'tools/run_tests/pre_build_ruby.sh')
-rwxr-xr-x | tools/run_tests/pre_build_ruby.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/pre_build_ruby.sh b/tools/run_tests/pre_build_ruby.sh index 569a1d0333..e7074c45c2 100755 --- a/tools/run_tests/pre_build_ruby.sh +++ b/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 |