debian-mirror-gitlab/app/graphql/mutations/ci/ci_cd_settings_update.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
267 B
Ruby
Raw Normal View History

2021-03-08 18:12:59 +05:30
# frozen_string_literal: true
module Mutations
module Ci
2022-07-16 23:28:13 +05:30
# TODO: Remove in 16.0, see https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87002
class CiCdSettingsUpdate < ProjectCiCdSettingsUpdate
2021-03-08 18:12:59 +05:30
graphql_name 'CiCdSettingsUpdate'
end
end
end