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

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

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