Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-19 10:33:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-19 10:33:21 +0300
commit36a59d088eca61b834191dacea009677a96c052f (patch)
treee4f33972dab5d8ef79e3944a9f403035fceea43f /scripts/used-feature-flags
parenta1761f15ec2cae7c7f7bbda39a75494add0dfd6f (diff)
Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42
Diffstat (limited to 'scripts/used-feature-flags')
-rwxr-xr-xscripts/used-feature-flags7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/used-feature-flags b/scripts/used-feature-flags
index 89ea99c6984..0966795f451 100755
--- a/scripts/used-feature-flags
+++ b/scripts/used-feature-flags
@@ -70,13 +70,6 @@ flags_paths.each do |flags_path|
next
end
- # Dynamic feature flag names for redirect to latest CI templates
- # See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63144/diffs#fa2193ace3f6a02f7ef9995ef9bc519eca92c4ee_57_84
- if feature_flag_name.start_with?('redirect_to_latest_template_')
- puts "Skipping the #{feature_flag_name} feature flag since it starts with 'redirect_to_latest_template_'."
- next
- end
-
all_flags[feature_flag_name] = File.exist?(File.join('tmp', 'feature_flags', feature_flag_name + '.used'))
end
end