Use the stable version of rvm

I am hoping this will fix the error we are getting as described here:
https://github.com/rvm/rvm/issues/5014
pull/9021/head
Adam Cozzette 3 years ago
parent 55b0e11f52
commit 5378c9a710
  1. 2
      kokoro/macos/prepare_build_macos_rc

@ -85,5 +85,5 @@ if [[ "${KOKORO_INSTALL_RVM:-}" == "yes" ]] ; then
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
curl -sSL https://get.rvm.io | bash -s master --ruby
curl -sSL https://get.rvm.io | bash -s stable --ruby
fi

Loading…
Cancel
Save