We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1932a50 commit 713d7c9Copy full SHA for 713d7c9
tools/internal_ci/linux/grpc_build_artifacts.sh
@@ -20,9 +20,10 @@ cd $(dirname $0)/../../..
20
21
source tools/internal_ci/helper_scripts/prepare_build_linux_rc
22
23
-# TODO(jtattermusch): install ruby on the internal_ci worker
24
-gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
25
-# TODO(jtattermusch): grep works around https://github.com/rvm/rvm/issues/4068
26
-curl -sSL https://get.rvm.io | grep -v __rvm_print_headline | bash -s stable --ruby
+set +ex
+[[ -s /etc/profile.d/rvm.sh ]] && . /etc/profile.d/rvm.sh
+set -e # rvm commands are very verbose
+rvm --default use ruby-2.4.1
27
+set -ex
28
29
tools/run_tests/task_runner.py -f artifact linux
0 commit comments