Duh. rvm doesn't want sudo.

This commit is contained in:
Sarah Mei 2010-10-20 21:21:55 -07:00
parent 55914827db
commit ddc24e1c47

View file

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