Following up r65583. Removed VCR files when retrieving code from upstream.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2018-11-07 17:18:14 +00:00
Родитель 9b7d8947df
Коммит 5ea2717424
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -92,6 +92,7 @@ def sync_default_gems(gem)
`cp ../../bundler/bundler/bundler.gemspec ./lib`
`cp -r ../../bundler/bundler/spec spec/bundler`
`cp -r ../../bundler/bundler/man/*.{1,5,1\.txt,5\.txt,ronn} ./man`
`rm -rf spec/bundler/support/artifice/vcr_cassettes`
when "rdoc"
`rm -rf lib/rdoc* test/rdoc`
`cp -rf ../rdoc/lib/rdoc* ./lib`