From 663c297e34a04d0fcf12f317d7c9eb0ffbb5ef7f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 31 Mar 2022 10:40:33 +0900 Subject: [PATCH] Remove CI configuration files from extracted bundled gems --- tool/make-snapshot | 4 ++++ 1 file changed, 4 insertions(+) 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