Skip to content
Snippets Groups Projects
Unverified Commit fbda4211 authored by Ash McKenzie's avatar Ash McKenzie Committed by GitLab
Browse files

Merge branch 'mbadeau-gitlab-shell-check-rake-task-backport-17-4' into '17-4-stable-ee'

Backport 'Fix incorrect gitlab-shell-check filename' into 17.4

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166694



Merged-by: default avatarAsh McKenzie <amckenzie@gitlab.com>
Approved-by: default avatarHalil Coban <hcoban@gitlab.com>
Co-authored-by: default avatarMatthew Badeau <mbadeau@gitlab.com>
parents 35bfc7f0 27d06151
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,7 +26,7 @@ def check_gitlab_shell
 
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)
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