mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
Merge branch '18991-update-test-env-gitlab-shell-version-when-v3-1-0-is-published' into 'master'
Remove hardcoded gitlab-shell version in test env now that the required tag is published See merge request !5023
This commit is contained in:
@@ -81,8 +81,7 @@ module TestEnv
|
||||
|
||||
def setup_gitlab_shell
|
||||
unless File.directory?(Gitlab.config.gitlab_shell.path)
|
||||
# TODO: Remove `[shards]` when gitlab-shell v3.1.0 is published
|
||||
`rake gitlab:shell:install[shards]`
|
||||
`rake gitlab:shell:install`
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user