提交 ed199554 编写于 作者: J Jeremy Kemper

CI: sudo rm to sledgehammer bad perms

上级 30f5f955
...@@ -27,7 +27,7 @@ def rake(*tasks) ...@@ -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 install' build_results[:bundle] = system 'sudo rm -rf ~/.bundle; env CI=1 bundle install'
end end
cd "#{root_dir}/activesupport" do cd "#{root_dir}/activesupport" do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册