From dd70dc78107567a2e8b810569f3c37c8ae137ca0 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:26:32 +0900 Subject: [PATCH] =?UTF-8?q?CI=20pr-copy-ci-sudden-death:=20hato-bot?= =?UTF-8?q?=E3=81=8B=E3=82=89=E3=81=AE=E3=82=B3=E3=83=94=E3=83=BC=E5=AF=BE?= =?UTF-8?q?=E8=B1=A1=E3=81=AB.prettierignore=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_ci.sh b/scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_ci.sh index 53adc0f21..d6ff279af 100755 --- a/scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_ci.sh +++ b/scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_ci.sh @@ -16,7 +16,7 @@ for f in $(find hato-bot/scripts -type f | grep -v hato_bot | sed -e "s:hato-bot cp "hato-bot/${f}" "sudden-death/${f}" done -for f in .markdown-lint.yml .python-lint .textlintrc .gitleaks.toml .mypy.ini .pre-commit-config.yaml .python-version .pep8 .flake8 .python-black .isort.cfg renovate.json requirements.txt; do +for f in .markdown-lint.yml .python-lint .textlintrc .gitleaks.toml .mypy.ini .pre-commit-config.yaml .python-version .pep8 .flake8 .python-black .isort.cfg .prettierignore renovate.json requirements.txt; do rm -f "sudden-death/${f}" cp hato-bot/${f} sudden-death/ done