From d98b551464051163a73e745edddaa862088de22b Mon Sep 17 00:00:00 2001
From: Sarah Mei <sarahmei@gmail.com>
Date: Wed, 20 Oct 2010 22:22:34 -0700
Subject: [PATCH] Let's try something a little simpler.

---
 ci.sh            | 4 ++--
 cruise_config.rb | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci.sh b/ci.sh
index dd78a9b2cc..516deaf2e9 100755
--- a/ci.sh
+++ b/ci.sh
@@ -8,7 +8,7 @@ rm Gemfile.lock &&
 source /usr/local/rvm/scripts/rvm &&
 rvm use ruby-1.8.7-p249 &&
 bundle install &&
-bundle exec rake ci &&
+bundle exec rake cruise &&
 echo "" &&
 echo "*************************************************************************************************" &&
 echo "*                                   ruby 1.9.2-p0 build                                         *" &&
@@ -18,4 +18,4 @@ rm Gemfile.lock &&
 source /usr/local/rvm/scripts/rvm &&
 rvm use ruby-1.9.2-p0 &&
 bundle install &&
-bundle exec rake ci
+bundle exec rake cruise
diff --git a/cruise_config.rb b/cruise_config.rb
index a52297ead8..b6a53d3cbd 100644
--- a/cruise_config.rb
+++ b/cruise_config.rb
@@ -1,5 +1,5 @@
 require 'fileutils'
 
 Project.configure do |project|
-  project.build_command = 'source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249@diaspora && rm -f Gemfile.lock && gem update --system && ruby lib/cruise/build.rb'
+  project.build_command = 'ci.sh'
 end
-- 
GitLab