From b7dce2dbc9845cd0009855c905d86219242df637 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Thu, 2 Feb 2017 09:59:26 -0800 Subject: wrap all bundle install commands outside docker with check for mac workaround --- tools/run_tests/helper_scripts/pre_build_ruby.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/run_tests/helper_scripts/pre_build_ruby.sh') 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 -- cgit v1.2.3