Skip to content

Commit

Permalink
Probe for push tag events
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaitsev committed Aug 10, 2015
1 parent 57bcab1 commit 83d78f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/remote/gitlab/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83d78f6

Please sign in to comment.