1
0
Fork 0
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:
Nobuyoshi Nakada 2022-03-31 10:40:33 +09:00
parent abfd859b13
commit 663c297e34
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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