From 29dd5bc727be15fe0cb29309a03aaecedc3f8608 Mon Sep 17 00:00:00 2001 From: Sarah Mei <sarahmei@gmail.com> Date: Wed, 20 Oct 2010 21:25:16 -0700 Subject: [PATCH] Let's actually use rvm this time. --- cruise_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cruise_config.rb b/cruise_config.rb index 4806fb3db8..1e19998aec 100644 --- a/cruise_config.rb +++ b/cruise_config.rb @@ -1,5 +1,5 @@ require 'fileutils' Project.configure do |project| - project.build_command = 'cd .. && cd work && gem update --system && ruby lib/cruise/build.rb' + project.build_command = 'source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249 && gem update --system && ruby lib/cruise/build.rb' end -- GitLab