cruisecontrol uses rvm

This commit is contained in:
Sarah Mei 2010-10-20 21:06:33 -07:00
parent 560910b53d
commit 55914827db

View file

@ -1,5 +1,5 @@
require 'fileutils'
Project.configure do |project|
project.build_command = 'sudo gem update --system && ruby lib/cruise/build.rb'
project.build_command = 'cd .. && cd work && sudo gem update --system && ruby lib/cruise/build.rb'
end