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
1 changed files with 4 additions and 0 deletions

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