diff options
author | Yehuda Katz <wycats@gmail.com> | 2009-09-15 17:56:20 -0700 |
---|---|---|
committer | Yehuda Katz <wycats@gmail.com> | 2009-09-15 17:56:20 -0700 |
commit | 6be6fae59ab57499454ab3c071a3fea54e560f38 (patch) | |
tree | 54ef5e6434d55b841d39f9f403e05b3fbe39b189 | |
parent | befec8a0d83bc61238680b584688470069efb23b (diff) | |
download | rails-6be6fae59ab57499454ab3c071a3fea54e560f38.tar.gz rails-6be6fae59ab57499454ab3c071a3fea54e560f38.tar.bz2 rails-6be6fae59ab57499454ab3c071a3fea54e560f38.zip |
Adds patch to CI
-rwxr-xr-x | ci/ci_build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ci_build.rb b/ci/ci_build.rb index 101edce77b..ab627b93e6 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 |