Skip to content
Snippets Groups Projects
Commit ec21e993 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #11370 from jtattermusch/kokoro_fix_ruby_artifact

Fix ruby artifact build on internal_ci linux
parents df8b5eac dd1143da
No related branches found
No related tags found
No related merge requests found
...@@ -35,4 +35,8 @@ cd $(dirname $0)/../../.. ...@@ -35,4 +35,8 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_linux_rc source tools/internal_ci/helper_scripts/prepare_build_linux_rc
# TODO(jtattermusch): install ruby on the internal_ci worker
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby
tools/run_tests/task_runner.py -f artifact linux tools/run_tests/task_runner.py -f artifact linux
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment