summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-31 10:40:33 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-31 10:49:56 +0900
commit663c297e34a04d0fcf12f317d7c9eb0ffbb5ef7f (patch)
treed5006c82c470b9ab185b2fa9d1ae5cfcd9592432
parentabfd859b139545110e1fcdd8e99575d5e0bfb4e4 (diff)
Remove CI configuration files from extracted bundled gems
-rwxr-xr-xtool/make-snapshot4
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 5c66d5b76f..f91ab8855f 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -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