mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
test
This commit is contained in:
Regular → Executable
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
# 获取当前分支名
|
||||
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||
|
||||
echo "post"
|
||||
# 如果是从 feature 分支推送
|
||||
if [[ $BRANCH == feature/* || $BRANCH == fix/* ]]; then
|
||||
# 获取远程仓库列表
|
||||
|
||||
Reference in New Issue
Block a user