Skip to content
Snippets Groups Projects
Commit ddc24e1c authored by Sarah Mei's avatar Sarah Mei
Browse files

Duh. rvm doesn't want sudo.

parent 55914827
Branches
Tags
No related merge requests found
require 'fileutils' require 'fileutils'
Project.configure do |project| 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 end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment