Commit 6d82e3f1 authored by Lin Jen-Shin's avatar Lin Jen-Shin

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

parent 751be82e
...@@ -215,7 +215,7 @@ module Ci ...@@ -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
......
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