mirror of https://github.com/rails/rails
CI should bundle update instead of install so gems are properly updated
This commit is contained in:
parent
06c74cf5fe
commit
ea0bf4e664
|
@ -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 install'
|
||||
build_results[:bundle] = system 'rm -rf ~/.bundle; env CI=1 bundle update'
|
||||
end
|
||||
|
||||
cd "#{root_dir}/activesupport" do
|
||||
|
|
Loading…
Reference in New Issue