提交 9f3ea450 编写于 作者: J Jeremy Kemper

CI: set env after sudo

上级 5995482b
......@@ -33,7 +33,7 @@ def rake(*tasks)
puts
puts "[CruiseControl] Bundling RubyGems"
puts
build_results[:bundle] = system 'env CI=1 sudo bundle install'
build_results[:bundle] = system 'sudo env CI=1 bundle install'
end
cd "#{root_dir}/activesupport" do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册