CI: shush complaints about 777 perms

This commit is contained in:
Jeremy Kemper 2009-11-10 15:32:09 -08:00
parent aef7e214bd
commit 907858c1fe
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ cd root_dir do
puts
puts "[CruiseControl] Bundling RubyGems"
puts
build_results[:bundle] = system 'rm -rf vendor && env CI=1 gem bundle --update'
build_results[:bundle] = system 'rm -rf vendor && env CI=1 gem bundle --update && chmod 755 bin'
end
cd "#{root_dir}/activesupport" do