2015-12-21 18:20:54 -05:00
|
|
|
# TODO(ayufan): The GitLabCiService is deprecated and the type should be removed when the database entries are removed
|
2014-05-28 04:35:43 -04:00
|
|
|
class GitlabCiService < CiService
|
2015-12-21 18:20:54 -05:00
|
|
|
# We override the active accessor to always make GitLabCiService disabled
|
|
|
|
# Otherwise the GitLabCiService can be picked, but should never be since it's deprecated
|
|
|
|
def active
|
|
|
|
false
|
|
|
|
end
|
2012-11-19 14:34:05 -05:00
|
|
|
end
|