Commit
e88044eaab2ce21491259c1175be771608d0609a
Exists in
master
and in
17 other branches
6-6-stable, 6-6-stable-ee, 6-7-stable, 6-7-stable-ee, 6-8-stable, 6-8-stable-ee, 6-9-stable, 6-9-stable-ee, 7-0-stable, 7-0-stable-ee, 7-0-stable-spb, 7-1-stable, 7-1-stable-ee, 7-2-stable, 7-2-stable-ee, branch_test, nginx_ssl_tweaks
Include gitlab-core attributes from gitlab.rb
| @@ -73,6 +73,7 @@ module Gitlab |
| @@ -73,6 +73,7 @@ module Gitlab |
73
| [ |
73
| [ |
74
| "bootstrap", |
74
| "bootstrap", |
75
| "redis", |
75
| "redis", |
| |
76
| + "gitlab_core", |
76
| "postgresql" |
77
| "postgresql" |
77
| ].each do |key| |
78
| ].each do |key| |
78
| rkey = key.gsub('_', '-') |
79
| rkey = key.gsub('_', '-') |