Let's actually use rvm this time.

This commit is contained in:
Sarah Mei 2010-10-20 21:25:16 -07:00
parent ddc24e1c47
commit 29dd5bc727

View file

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