0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-21 04:52:47 +01:00
gitea/integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/update

7 lines
180 B
Plaintext
Raw Normal View History

2017-07-27 08:12:56 +02:00
#!/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