diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-10-18 17:10:33 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2017-10-18 17:10:33 -0700 |
commit | 5b76eb9824147c889294c8cf2f37d95e85c6b9a9 (patch) | |
tree | e0180f813b8533b54e2f09a02cdc352fe6b7ca17 /tools/run_tests/artifacts | |
parent | 4690caa19ea448de111d04854a2ecf5f2627a7ce (diff) |
Use prebuilt ruby artifact docker image from dockerhub
Diffstat (limited to 'tools/run_tests/artifacts')
-rwxr-xr-x | tools/run_tests/artifacts/build_artifact_ruby.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/artifacts/build_artifact_ruby.sh b/tools/run_tests/artifacts/build_artifact_ruby.sh index 993aaaedbd..9165a22484 100755 --- a/tools/run_tests/artifacts/build_artifact_ruby.sh +++ b/tools/run_tests/artifacts/build_artifact_ruby.sh @@ -42,6 +42,7 @@ tools/run_tests/helper_scripts/bundle_install_wrapper.sh set -ex +export DOCKERHUB_ORGANIZATION=grpctesting rake gem:native if [ "$SYSTEM" == "Darwin" ] ; then |