mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Add latest changes from gitlab-org/gitlab@17-4-stable-ee
This commit is contained in:
@ -26,7 +26,7 @@ module SystemCheck
|
||||
|
||||
def check_gitlab_shell_self_test
|
||||
gitlab_shell_repo_base = gitlab_shell_path
|
||||
check_cmd = File.expand_path('bin/check', gitlab_shell_repo_base)
|
||||
check_cmd = File.expand_path('bin/gitlab-shell-check', gitlab_shell_repo_base)
|
||||
$stdout.puts "Running #{check_cmd}"
|
||||
|
||||
if system(check_cmd, chdir: gitlab_shell_repo_base)
|
||||
|
Reference in New Issue
Block a user