Skip to content
Snippets Groups Projects
Commit dca18c20 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch '5614-centos-6-deprecation' into 'master'

Add deprecation warning for CentOS 6

Closes #5614

See merge request gitlab-org/omnibus-gitlab!4596
parents cb0b7ae5 94b4ec8c
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