Doesn't need BaseService, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019/diffs#note_15336294
This commit is contained in:
parent
9d92d41ff9
commit
e0dbd81642
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module Ci
|
||||
class SendPipelineNotificationService < BaseService
|
||||
class SendPipelineNotificationService
|
||||
attr_reader :pipeline
|
||||
|
||||
def initialize(new_pipeline)
|
||||
|
|
Loading…
Reference in a new issue