提交 ea0bf4e6 编写于 作者: S Santiago Pastorino 提交者: Aaron Patterson

CI should bundle update instead of install so gems are properly updated

上级 06c74cf5
......@@ -27,7 +27,7 @@ def rake(*tasks)
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册