aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/pre_build_ruby.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-21 17:05:52 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-21 17:05:52 -0700
commitfe7eddb22240df0edd72af0568e1b04c468c4389 (patch)
treef35b5e19824199bb25292ad66fb04247ce30d048 /tools/run_tests/pre_build_ruby.sh
parent06ae32e7f87d7ae62b984765ffecdda7354fc296 (diff)
parent5a56891eb6b1591e97d36072ac067d762aecf07e (diff)
Merge github.com:grpc/grpc into expandification
Diffstat (limited to 'tools/run_tests/pre_build_ruby.sh')
-rwxr-xr-xtools/run_tests/pre_build_ruby.sh4
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