Skip to content

Commit

Permalink
CI pr-copy-ci-sudden-death: hato-botからのコピー対象に.prettierignore追加
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Sep 10, 2024
1 parent acbcc98 commit 72e8349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72e8349

Please sign in to comment.