Let's actually use rvm this time.
This commit is contained in:
parent
ddc24e1c47
commit
29dd5bc727
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
require 'fileutils'
|
||||
|
||||
Project.configure do |project|
|
||||
project.build_command = 'cd .. && cd work && gem update --system && ruby lib/cruise/build.rb'
|
||||
project.build_command = 'source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249 && gem update --system && ruby lib/cruise/build.rb'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue