Welcome to mirror list, hosted at ThFree Co, Russian Federation.

irker_worker.rb « workers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a054021e41899923be171e875bb8c5ba77a70e48 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

# This worker was renamed in 15.1, we can delete it in 15.2.
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/364112
#
# rubocop: disable Gitlab/NamespacedClass
# rubocop:disable Scalability/IdempotentWorker
class IrkerWorker < Integrations::IrkerWorker
end