mirror of https://github.com/apache/cloudstack.git
Stop using rvm
This commit is contained in:
parent
d0281a3b41
commit
9166848482
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue