Skip to content
Snippets Groups Projects
Unverified Commit 94b4ec8c authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Add deprecation warning for CentOS 6

parent a12ef6d8
No related branches found
No related tags found
No related merge requests found
---
title: Add deprecation warning for CentOS 6
merge_request: 4596
author:
type: deprecated
Loading
Loading
@@ -103,7 +103,8 @@ class OmnibusHelper
# example: deprecated_os = { 'raspbian-8' => 'GitLab 11.8' }
{
'raspbian-9' => 'GitLab 13.4',
'debian-8' => 'GitLab 13.4'
'debian-8' => 'GitLab 13.4',
'centos-6' => 'GitLab 13.7'
}
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment