diff options
Diffstat (limited to 'tests/gitea-repositories-meta/user13/repo11.git/hooks/update')
-rwxr-xr-x | tests/gitea-repositories-meta/user13/repo11.git/hooks/update | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/gitea-repositories-meta/user13/repo11.git/hooks/update b/tests/gitea-repositories-meta/user13/repo11.git/hooks/update new file mode 100755 index 00000000..c186fe4a --- /dev/null +++ b/tests/gitea-repositories-meta/user13/repo11.git/hooks/update @@ -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/update.d"`; do + sh "$SHELL_FOLDER/update.d/$i" $1 $2 $3 +done
\ No newline at end of file |