Commit 6e1d9ae0 authored by Rémy Coutable's avatar Rémy Coutable

Resolve app/services/git_tag_push_service.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 47800237
......@@ -9,13 +9,8 @@ class GitTagPushService < BaseService
@push_data = build_push_data
<<<<<<< HEAD
EventCreateService.new.push(project, current_user, @push_data)
Ci::CreatePipelineService.new(project, current_user, @push_data).execute(:push, mirror_update: params[:mirror_update])
=======
EventCreateService.new.push(project, current_user, push_data)
Ci::CreatePipelineService.new(project, current_user, push_data).execute(:push)
>>>>>>> ce/master
Ci::CreatePipelineService.new(project, current_user, push_data).execute(:push, mirror_update: params[:mirror_update])
SystemHooksService.new.execute_hooks(build_system_push_data, :tag_push_hooks)
project.execute_hooks(push_data.dup, :tag_push_hooks)
......
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