From 7286ee29637dbc694f769b618259eb9f75bab0fa Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 22 Aug 2026 16:59:34 +0900 Subject: ci: setup GitHub Actions --- crates/shirabe/tests/plugin/fixtures/e2e-normalize/fetch | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/tests/plugin/fixtures/e2e-normalize') diff --git a/crates/shirabe/tests/plugin/fixtures/e2e-normalize/fetch b/crates/shirabe/tests/plugin/fixtures/e2e-normalize/fetch index 7fb7cd5a..9a7ea827 100755 --- a/crates/shirabe/tests/plugin/fixtures/e2e-normalize/fetch +++ b/crates/shirabe/tests/plugin/fixtures/e2e-normalize/fetch @@ -16,7 +16,6 @@ tree_hash() { while read -r dir repo commit hash; do target="$base/$dir" if [ -d "$target" ]; then - echo "already fetched: $target" continue fi mkdir -p "$target" -- cgit v1.3.1-4-g156e