Skip to content

Commit

Permalink
CI: sudo rm to sledgehammer bad perms
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 15, 2010
1 parent 30f5f95 commit ed19955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci_build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 'sudo rm -rf ~/.bundle; env CI=1 bundle install'
end

cd "#{root_dir}/activesupport" do
Expand Down

0 comments on commit ed19955

Please sign in to comment.