Commit ac8623c2 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'mk/release-package-file-verification' into 'master'

Geo: Release package file verification

See merge request gitlab-org/gitlab!54361
parents 4e1ba814 6ee5fd6e
......@@ -11,7 +11,7 @@ module Geo
override :verification_feature_flag_enabled?
def self.verification_feature_flag_enabled?
Feature.enabled?(:geo_package_file_verification)
Feature.enabled?(:geo_package_file_verification, default_enabled: :yaml)
end
def carrierwave_uploader
......
---
title: 'Geo: Release package file verification'
merge_request: 54361
author:
type: added
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/271680
milestone: '13.6'
type: development
group: group::geo
default_enabled: false
default_enabled: true
Markdown is supported
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