archives/gitlab-shell: new aport
This commit is contained in:
parent
f690124a2f
commit
9f6c072b60
6 changed files with 270 additions and 0 deletions
11
archives/gitlab-shell/change-config-path.patch
Normal file
11
archives/gitlab-shell/change-config-path.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/support/gitlab_config.rb
|
||||
+++ b/support/gitlab_config.rb
|
||||
@@ -4,7 +4,7 @@ class GitlabConfig
|
||||
attr_reader :config
|
||||
|
||||
def initialize
|
||||
- @config = YAML.load_file(File.join(ROOT_PATH, 'config.yml'))
|
||||
+ @config = YAML.load_file(ENV.fetch('GITLAB_SHELL_CONFIG', '/etc/gitlab/gitlab-shell.yml'))
|
||||
end
|
||||
|
||||
def home
|
Loading…
Add table
Add a link
Reference in a new issue