提交 706d872e 编写于 作者: K Kamil Trzcinski

Make `execute_methods` public

上级 ca162699
......@@ -255,13 +255,13 @@ module Ci
self.duration = statuses.latest.duration
end
private
def execute_hooks
project.execute_hooks(pipeline_data, :pipeline_hooks)
project.execute_services(pipeline_data, :pipeline_hooks)
end
private
def pipeline_data
Gitlab::DataBuilder::Pipeline.build(self)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册