aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-19 14:04:29 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-19 14:04:29 -0300
commit57d5cd258ec2d50e59deb6ec1b62352af7c2894f (patch)
tree32e3ec93b0732c2ea582590ef3e55e409bf21e41 /ci
parentd3e30a18b286b1de93fb484170ab6e1723e364a6 (diff)
downloadrails-57d5cd258ec2d50e59deb6ec1b62352af7c2894f.tar.gz
rails-57d5cd258ec2d50e59deb6ec1b62352af7c2894f.tar.bz2
rails-57d5cd258ec2d50e59deb6ec1b62352af7c2894f.zip
We need bundle update only here
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci_build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ci_build.rb b/ci/ci_build.rb
index e75f91cd3b..3591e45fcf 100755
--- a/ci/ci_build.rb
+++ b/ci/ci_build.rb
@@ -27,7 +27,7 @@ cd root_dir do
puts
puts "[CruiseControl] Bundling RubyGems"
puts
- build_results[:bundle] = system 'rm -rf ~/.bundle; env CI=1 bundle update'
+ build_results[:bundle] = system 'bundle update'
end
cd "#{root_dir}/activesupport" do