INFRA-20656: remove more RVM stuff for Ref Guide build on new CI machines

This commit is contained in:
Cassandra Targett 2020-08-07 13:22:15 -05:00
parent a03e323a9f
commit abf637fc88
1 changed files with 2 additions and 2 deletions

View File

@ -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