mirror of https://github.com/apache/lucene.git
INFRA-20656: remove more RVM stuff for Ref Guide build on new CI machines
This commit is contained in:
parent
a03e323a9f
commit
abf637fc88
|
@ -51,8 +51,8 @@ function echoRun() {
|
|||
$cmd
|
||||
}
|
||||
|
||||
echoRun "source $RVM_PATH/scripts/rvm" # Load RVM into a shell session *as a Bash function*
|
||||
echoRun "rvm cleanup all" # Remove old stuff
|
||||
# echoRun "source $RVM_PATH/scripts/rvm" # Load RVM into a shell session *as a Bash function*
|
||||
# echoRun "rvm cleanup all" # Remove old stuff
|
||||
echoRun "rvm autolibs disable" # Enable single-user mode
|
||||
echoRun "rvm install $RUBY_VERSION" # Install Ruby
|
||||
echoRun "rvm gemset create $GEMSET" # Create this project's gemset
|
||||
|
|
Loading…
Reference in New Issue