mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove CI configuration files from extracted bundled gems
This commit is contained in:
parent
abfd859b13
commit
663c297e34
1 changed files with 4 additions and 0 deletions
|
@ -332,6 +332,10 @@ def package(vcs, rev, destdir, tmp = nil)
|
|||
end
|
||||
end
|
||||
|
||||
Dir.glob("#{exported}/.*.yml") do |file|
|
||||
FileUtils.rm(file, verbose: $VERBOSE)
|
||||
end
|
||||
|
||||
status = IO.read(File.dirname(__FILE__) + "/prereq.status")
|
||||
Dir.chdir(tmp) if tmp
|
||||
|
||||
|
|
Loading…
Reference in a new issue