aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-normalize
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-22 16:59:34 +0900
committernsfisis <nsfisis@gmail.com>2026-08-22 17:32:58 +0900
commit7286ee29637dbc694f769b618259eb9f75bab0fa (patch)
tree8ab8644344614bc8feda6b2f0152030c4a9cba98 /crates/shirabe/tests/plugin/fixtures/e2e-normalize
parent94507ec2f265ca9400d64d42036ca1e8722e27da (diff)
downloadphp-shirabe-7286ee29637dbc694f769b618259eb9f75bab0fa.tar.gz
php-shirabe-7286ee29637dbc694f769b618259eb9f75bab0fa.tar.zst
php-shirabe-7286ee29637dbc694f769b618259eb9f75bab0fa.zip
ci: setup GitHub Actions
Diffstat (limited to 'crates/shirabe/tests/plugin/fixtures/e2e-normalize')
-rwxr-xr-xcrates/shirabe/tests/plugin/fixtures/e2e-normalize/fetch1
1 files changed, 0 insertions, 1 deletions
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"