Execute services for tag push.

This commit is contained in:
Douwe Maan 2015-02-20 14:49:36 +01:00
parent d9ff616fd8
commit 19f04cf989
1 changed files with 1 additions and 0 deletions

View File

@ -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)