Skip to content
Snippets Groups Projects
Commit 84ea5507 authored by HiveerLi's avatar HiveerLi
Browse files

Remove deprecated code

parent 94d291dd
No related merge requests found
# frozen_string_literal: true
module JH
module VersionCheckHelper
extend ::Gitlab::Utils::Override
override :source_host_url
def source_host_url
Gitlab::CN_URL
end
override :source_code_group
def source_code_group
'gitlab-cn'
end
override :source_code_project
def source_code_project
'gitlab'
end
end
end
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment