lib/release_tools/project/chat_ops.rb (11 lines of code) (raw):

# frozen_string_literal: true module ReleaseTools module Project class ChatOps < BaseProject REMOTES = { canonical: 'git@gitlab.com:gitlab-com/chatops.git', ops: 'git@ops.gitlab.net:gitlab-com/chatops.git', security: 'git@ops.gitlab.net:gitlab-com/chatops.git' }.freeze end end end