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:41:23 UTC

[lucene-solr] branch master updated: Comment out RVM_PATH and RUBY_VERSION

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 5dd4cd1  Comment out RVM_PATH and RUBY_VERSION
5dd4cd1 is described below

commit 5dd4cd1ed394d9cceb0fafc0a8d904db18176014
Author: Cassandra Targett <ca...@lucidworks.com>
AuthorDate: Fri Aug 7 13:40:36 2020 -0500

    Comment out RVM_PATH and RUBY_VERSION
---
 dev-tools/scripts/jenkins.build.ref.guide.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/scripts/jenkins.build.ref.guide.sh b/dev-tools/scripts/jenkins.build.ref.guide.sh
index 6aed0e7..62c16d0 100755
--- a/dev-tools/scripts/jenkins.build.ref.guide.sh
+++ b/dev-tools/scripts/jenkins.build.ref.guide.sh
@@ -36,8 +36,8 @@
 set -x                                   # Echo commands to the console
 set -e                                   # Fail the script if any command fails
 
-RVM_PATH=$HOME/.rvm
-RUBY_VERSION=ruby-2.5.1
+# RVM_PATH=$HOME/.rvm
+# 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.