Commit 432df031 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

include namespace in project path for system hook

parent 71033c9e
...@@ -25,7 +25,7 @@ class SystemHooksService ...@@ -25,7 +25,7 @@ class SystemHooksService
when Project when Project
data.merge!({ data.merge!({
name: model.name, name: model.name,
path: model.path, path: model.path_with_namespace,
project_id: model.id, project_id: model.id,
owner_name: model.owner.name, owner_name: model.owner.name,
owner_email: model.owner.email owner_email: model.owner.email
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment