Execute services for tag push.
This commit is contained in:
parent
d9ff616fd8
commit
19f04cf989
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class GitTagPushService
|
|||
EventCreateService.new.push(project, user, @push_data)
|
||||
project.repository.expire_cache
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue