Add another hook
This commit is contained in:
parent
a6e6d2d16c
commit
05bef7f507
1 changed files with 8 additions and 0 deletions
8
roles/git/hooks/files/post-receive-chained
Executable file
8
roles/git/hooks/files/post-receive-chained
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
# Redirect stdin to each of the post-receive hooks in place.
|
||||
|
||||
# You need to explicitly add your hook to the following list
|
||||
# for it to be invoked.
|
||||
pee \
|
||||
$GIT_DIR/hooks/post-receive-chained.d/post-receive-email \
|
||||
$GIT_DIR/hooks/post-receive-chained.d/post-receive-fedmsg
|
Loading…
Add table
Add a link
Reference in a new issue