Remove hardcoded gitlab-shell version in test env now that the required tag is published
This commit is contained in:
parent
d9885160ba
commit
e8a8b0b818
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue