Stop using rvm

This commit is contained in:
Leo Simons 2014-10-16 17:27:23 +02:00 committed by wilderrodrigues
parent d0281a3b41
commit 9166848482
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function setup_ruby() {
# also see https://rvm.io/integration/jenkins
# .rvmrc won't get trusted/auto-loaded by jenkins by default
export VAGRANT_HOME=$HOME/.vagrant.d-release-cloudstack
rvm use ruby-1.9.3@vagrant-release-cloudstack --create
# rvm use ruby-1.9.3@vagrant-release-cloudstack --create
# do not use --deployment since that requires Gemfile.lock...and we prefer an up-to-date veewee
bundle_args="--path vendor/bundle"
fi