aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifacts
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2017-02-23 14:39:37 -0800
committerGravatar GitHub <noreply@github.com>2017-02-23 14:39:37 -0800
commit63852c933b4e1ecc9da364fb85baa91d637ec68e (patch)
treee30b77117dcb4ca9ab823106d8eabe89ba27ffe7 /tools/run_tests/artifacts
parent1556aa1a48ed5a997c3bdc1b634a2e4389346f1b (diff)
parente00d63f3ea3a141227ac405be35ef6ef210f49c9 (diff)
Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x
Upmerge from 1.1.x
Diffstat (limited to 'tools/run_tests/artifacts')
-rwxr-xr-xtools/run_tests/artifacts/build_artifact_ruby.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/run_tests/artifacts/build_artifact_ruby.sh b/tools/run_tests/artifacts/build_artifact_ruby.sh
index 019efb01fd..ca461ba561 100755
--- a/tools/run_tests/artifacts/build_artifact_ruby.sh
+++ b/tools/run_tests/artifacts/build_artifact_ruby.sh
@@ -52,7 +52,9 @@ fi
set +ex
rvm use default
gem install bundler --update
-bundle install
+
+tools/run_tests/helper_scripts/bundle_install_wrapper.sh
+
set -ex
rake gem:native