Skip to content

Instantly share code, notes, and snippets.

@thewoolleyman
Created September 16, 2009 00:55
Show Gist options
  • Save thewoolleyman/187784 to your computer and use it in GitHub Desktop.
Save thewoolleyman/187784 to your computer and use it in GitHub Desktop.
diff --git a/ci/ci_build.rb b/ci/ci_build.rb
index 101edce..ab627b9 100755
--- a/ci/ci_build.rb
+++ b/ci/ci_build.rb
@@ -65,7 +65,7 @@ cd "#{root_dir}/actionpack" do
puts
puts "[CruiseControl] Building ActionPack"
puts
- build_results[:actionpack] = system 'rake'
+ build_results[:actionpack] = system 'gem bundle && rake'
end
cd "#{root_dir}/actionmailer" do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment