Forgot gitlab-shell folder
This commit is contained in:
parent
6b96ca47e0
commit
8353bd8ee3
1 changed files with 2 additions and 2 deletions
|
@ -530,7 +530,7 @@ namespace :gitlab do
|
||||||
"sudo -u #{gitlab_shell_ssh_user} ln -sf #{gitlab_shell_hook_file} #{project_hook_file}"
|
"sudo -u #{gitlab_shell_ssh_user} ln -sf #{gitlab_shell_hook_file} #{project_hook_file}"
|
||||||
)
|
)
|
||||||
for_more_information(
|
for_more_information(
|
||||||
"#{gitlab_shell_user_home}/support/rewrite-hooks.sh"
|
"#{gitlab_shell_user_home}/gitlab-shell/support/rewrite-hooks.sh"
|
||||||
)
|
)
|
||||||
fix_and_rerun
|
fix_and_rerun
|
||||||
next
|
next
|
||||||
|
@ -562,7 +562,7 @@ namespace :gitlab do
|
||||||
end
|
end
|
||||||
|
|
||||||
def gitlab_shell_version
|
def gitlab_shell_version
|
||||||
gitlab_shell_version_file = "#{gitlab_shell_user_home}/VERSION"
|
gitlab_shell_version_file = "#{gitlab_shell_user_home}/gitlab-shell/VERSION"
|
||||||
if File.readable?(gitlab_shell_version_file)
|
if File.readable?(gitlab_shell_version_file)
|
||||||
File.read(gitlab_shell_version_file)
|
File.read(gitlab_shell_version_file)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue