mirror of https://github.com/rails/rails
CI: shush complaints about 777 perms
This commit is contained in:
parent
aef7e214bd
commit
907858c1fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue