mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Cleanup pkg when pushing gems
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@963 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
7d09215506
commit
553f115be5
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r(
|
|||
|
||||
(%w( actionwebservice actionmailer actionpack activerecord railties activesupport) - ARGV).each do |pkg|
|
||||
puts "Pushing: #{pkg} (#{build_number})"
|
||||
`cd #{pkg} && PKG_BUILD=#{build_number} rake pgem && cd ..`
|
||||
`cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..`
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue