mirror of
https://gitee.com/gitea/gitea
synced 2025-12-25 09:46:34 +08:00
Fix bare-repo bugs (#2199)
* Fix bare-repo bugs * Integration tests * Unused import
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
ORI_DIR=`pwd`
|
||||
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
|
||||
cd "$ORI_DIR"
|
||||
for i in `ls "$SHELL_FOLDER/post-receive.d"`; do
|
||||
sh "$SHELL_FOLDER/post-receive.d/$i"
|
||||
done
|
||||
Reference in New Issue
Block a user