Commit 8ab9af7f authored by Ruben Davila's avatar Ruben Davila

Remove duplicated method.

parent 5a1a1e67
...@@ -267,12 +267,6 @@ module Ci ...@@ -267,12 +267,6 @@ module Ci
project.execute_services(data, :pipeline_hooks) project.execute_services(data, :pipeline_hooks)
end end
def execute_hooks
data = pipeline_data
project.execute_hooks(data, :pipeline_hooks)
project.execute_services(data, :pipeline_hooks)
end
private private
def pipeline_data def pipeline_data
......
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