mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 02:56:06 +10:00
Execute services for tag push.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user