chore(githooks): remove pre-push hook script
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# Pre-push hook: push 前执行 Web 预发布脚本。
|
|
||||||
|
|
||||||
set -eu
|
|
||||||
|
|
||||||
REPO_TOPLEVEL="$(git rev-parse --show-toplevel 2>/dev/null || pwd)"
|
|
||||||
cd "$REPO_TOPLEVEL"
|
|
||||||
|
|
||||||
echo "=== pre-push: running scripts/release/pre_release_web.sh ==="
|
|
||||||
bash scripts/release/pre_release_web.sh
|
|
||||||
Reference in New Issue
Block a user