cruisecontrol uses rvm
This commit is contained in:
parent
560910b53d
commit
55914827db
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
|
|
||||||
Project.configure do |project|
|
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
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue