Skip to content
Snippets Groups Projects

Add support to configure webhook_timeout in gitlab.yaml

Closed gitlab-qa-bot requested to merge github/fork/wesgurn/master into master
3 files
+ 7
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -13,6 +13,8 @@
# project_url :string(255)
#
require "flowdock-git-hook"
class FlowdockService < Service
validates :token, presence: true, if: :activated?
Loading