mirror of https://github.com/rails/rails
We need bundle update only here
This commit is contained in:
parent
d3e30a18b2
commit
57d5cd258e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue