Skip to content
Snippets Groups Projects
Commit 6d82e3f1 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

We're not using original hash anyway, we could use it

parent 751be82e
No related branches found
No related tags found
1 merge request!5525Implement Slack integration for pipeline hooks
Loading
@@ -215,7 +215,7 @@ module Ci
Loading
@@ -215,7 +215,7 @@ module Ci
   
def execute_hooks def execute_hooks
pipeline_data = Gitlab::DataBuilder::PipelineDataBuilder.build(self) pipeline_data = Gitlab::DataBuilder::PipelineDataBuilder.build(self)
project.execute_hooks(pipeline_data.dup, :pipeline_hooks) project.execute_hooks(pipeline_data, :pipeline_hooks)
project.execute_services(pipeline_data.dup, :pipeline_hooks) project.execute_services(pipeline_data.dup, :pipeline_hooks)
end end
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment