mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
Execute GitlabCiService for both push and tag_push events.
This commit is contained in:
@@ -32,7 +32,7 @@ class GitlabCiService < CiService
|
||||
|
||||
def execute(data)
|
||||
object_kind = data[:object_kind]
|
||||
return unless object_kind == "push"
|
||||
return unless %w(push tag_push).include?(object_kind)
|
||||
|
||||
service_hook.execute(data)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user