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