register push event
This commit is contained in:
parent
dcdb2fdfdb
commit
fa07c9d662
5 changed files with 135 additions and 106 deletions
|
@ -5,6 +5,7 @@ class PostReceive
|
|||
project = Project.find_by_path(reponame)
|
||||
return false if project.nil?
|
||||
|
||||
project.observe_push(oldrev, newrev, ref)
|
||||
project.execute_web_hooks(oldrev, newrev, ref)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue