We need bundle update only here

This commit is contained in:
Santiago Pastorino 2010-08-19 14:04:29 -03:00
parent d3e30a18b2
commit 57d5cd258e

@ -27,7 +27,7 @@ def rake(*tasks)
puts puts
puts "[CruiseControl] Bundling RubyGems" puts "[CruiseControl] Bundling RubyGems"
puts puts
build_results[:bundle] = system 'rm -rf ~/.bundle; env CI=1 bundle update' build_results[:bundle] = system 'bundle update'
end end
cd "#{root_dir}/activesupport" do cd "#{root_dir}/activesupport" do