mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
11 lines
265 B
Ruby
11 lines
265 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
module BackgroundMigration
|
|
class BackfillCiResourcesProjectId < BackfillDesiredShardingKeyJob
|
|
operation_name :backfill_ci_resources_project_id
|
|
feature_category :continuous_integration
|
|
end
|
|
end
|
|
end
|