1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

CI: sudo rm to sledgehammer bad perms

This commit is contained in:
Jeremy Kemper 2010-03-15 11:01:16 -07:00
parent 30f5f95544
commit ed199554f1

View file

@ -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 'sudo rm -rf ~/.bundle; env CI=1 bundle install'
end
cd "#{root_dir}/activesupport" do