mirror of https://github.com/apache/lucene.git
Comment out RVM_PATH and RUBY_VERSION
This commit is contained in:
parent
fb9110ad18
commit
5dd4cd1ed3
|
@ -36,8 +36,8 @@
|
||||||
set -x # Echo commands to the console
|
set -x # Echo commands to the console
|
||||||
set -e # Fail the script if any command fails
|
set -e # Fail the script if any command fails
|
||||||
|
|
||||||
RVM_PATH=$HOME/.rvm
|
# RVM_PATH=$HOME/.rvm
|
||||||
RUBY_VERSION=ruby-2.5.1
|
# RUBY_VERSION=ruby-2.5.1
|
||||||
GEMSET=solr-refguide-gemset
|
GEMSET=solr-refguide-gemset
|
||||||
|
|
||||||
# Install the "stable" RVM release to ~/.rvm/, and don't mess with .bash_profile etc.
|
# Install the "stable" RVM release to ~/.rvm/, and don't mess with .bash_profile etc.
|
||||||
|
|
Loading…
Reference in New Issue