aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts/pre_build_ruby.sh
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-02-02 09:59:26 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-02-02 09:59:26 -0800
commitb7dce2dbc9845cd0009855c905d86219242df637 (patch)
treece17e9454647be519b242d738394ae04d1b603e0 /tools/run_tests/helper_scripts/pre_build_ruby.sh
parentb39eb5302d17e25532e7de5a01b3148a1820f009 (diff)
wrap all bundle install commands outside docker with check for mac workaround
Diffstat (limited to 'tools/run_tests/helper_scripts/pre_build_ruby.sh')
-rwxr-xr-xtools/run_tests/helper_scripts/pre_build_ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/pre_build_ruby.sh b/tools/run_tests/helper_scripts/pre_build_ruby.sh
index 56b58df544..83647b5ea7 100755
--- a/tools/run_tests/helper_scripts/pre_build_ruby.sh
+++ b/tools/run_tests/helper_scripts/pre_build_ruby.sh
@@ -36,4 +36,4 @@ export GRPC_CONFIG=${CONFIG:-opt}
# change to grpc repo root
cd $(dirname $0)/../../..
-bundle install
+tools/run_tests/helper_scripts/bundle_install_wrapper.sh