You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2020/08/07 18:03:48 UTC

[lucene-solr] branch master updated: INFRA-20656: comment out RVM install to fix the Ref Guide build on new Jenkins

This is an automated email from the ASF dual-hosted git repository.

ctargett pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new a03e323  INFRA-20656: comment out RVM install to fix the Ref Guide build on new Jenkins
a03e323 is described below

commit a03e323a9f7b368240d0944c3ca8b1d0658b758e
Author: Cassandra Targett <ca...@lucidworks.com>
AuthorDate: Fri Aug 7 13:02:27 2020 -0500

    INFRA-20656: comment out RVM install to fix the Ref Guide build on new Jenkins
---
 dev-tools/scripts/jenkins.build.ref.guide.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/scripts/jenkins.build.ref.guide.sh b/dev-tools/scripts/jenkins.build.ref.guide.sh
index 34fb778..de16f0a 100755
--- a/dev-tools/scripts/jenkins.build.ref.guide.sh
+++ b/dev-tools/scripts/jenkins.build.ref.guide.sh
@@ -41,7 +41,7 @@ RUBY_VERSION=ruby-2.5.1
 GEMSET=solr-refguide-gemset
 
 # Install the "stable" RVM release to ~/.rvm/, and don't mess with .bash_profile etc.
-\curl -sSL https://get.rvm.io | bash -s -- --ignore-dotfiles stable
+# \curl -sSL https://get.rvm.io | bash -s -- --ignore-dotfiles stable
 
 set +x                                   # Temporarily disable command echoing to reduce clutter