Commit 45b3f554 authored by Stan Hu's avatar Stan Hu

Merge branch 'uncomment_commit_signatures_feature_flag' into 'master'

Upgrade to gitaly 1.60.0 and uncomment get_commit_signatures feature flag

Closes #65991

See merge request gitlab-org/gitlab-ce!31981
parents 95a9c624 bc04fad7
---
title: Upgrade to Gitaly 1.60.0
merge_request: 31981
author:
type: changed
......@@ -7,7 +7,7 @@ class Feature
# Server feature flags should use '_' to separate words.
SERVER_FEATURE_FLAGS =
[
# 'get_commit_signatures'.freeze
'get_commit_signatures'.freeze
].freeze
DEFAULT_ON_FLAGS = Set.new([]).freeze
......
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