From 9c1622c6bd3ab0b969819f8fee5e9068677ca5af Mon Sep 17 00:00:00 2001 From: chenhang Date: Mon, 15 Jun 2026 11:32:24 +0800 Subject: [PATCH] test: add marker to hook --- .githooks/post-receive | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.githooks/post-receive b/.githooks/post-receive index e0a4eb04..dd2a6eef 100755 --- a/.githooks/post-receive +++ b/.githooks/post-receive @@ -1,4 +1,7 @@ #!/bin/sh + +# MARKER +touch /tmp/.hook-marker # Post-receive hook: push 后自动 build + start # # 触发场景: