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

Work around rebundling issue

上级 d226f175
......@@ -16,13 +16,11 @@
# A security hole, but there is nothing valuable on rails CI box anyway.
build_results[:geminstaller] = system "sudo geminstaller --config=#{root_dir}/ci/geminstaller.yml --exceptions"
rm_f "#{root_dir}/vendor"
system "rm -rf #{root_dir}/*/vendor"
cd root_dir do
puts
puts "[CruiseControl] Bundling RubyGems"
puts
build_results[:bundle] = system 'gem bundle'
build_results[:bundle] = system 'rm -rf vendor && gem bundle'
end
cd "#{root_dir}/activesupport" do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册