mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
Don't execute GitlabCiService twice for pushed tags.
This commit is contained in:
@@ -10,10 +10,6 @@ class GitTagPushService
|
||||
project.execute_hooks(@push_data.dup, :tag_push_hooks)
|
||||
project.execute_services(@push_data.dup, :tag_push_hooks)
|
||||
|
||||
if project.gitlab_ci?
|
||||
project.gitlab_ci_service.async_execute(@push_data)
|
||||
end
|
||||
|
||||
true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user