From 83d78f683052ed526192a2b32a2c95f280ec6626 Mon Sep 17 00:00:00 2001 From: Bugagazavr Date: Mon, 10 Aug 2015 10:20:58 +0300 Subject: [PATCH] Probe for push tag events --- plugin/remote/gitlab/gitlab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/remote/gitlab/gitlab.go b/plugin/remote/gitlab/gitlab.go index 314bb9998..cf2686c0b 100644 --- a/plugin/remote/gitlab/gitlab.go +++ b/plugin/remote/gitlab/gitlab.go @@ -184,7 +184,7 @@ func (r *Gitlab) Activate(user *model.User, repo *model.Repo, link string) error link += "?owner=" + repo.Owner + "&name=" + repo.Name // add the hook - return client.AddProjectHook(path, link, true, false, true) + return client.AddProjectHook(path, link, true, false, true, false) } // Deactivate removes a repository by removing all the post-commit hooks