Commit e8a8b0b8 authored by Alejandro Rodríguez's avatar Alejandro Rodríguez

Remove hardcoded gitlab-shell version in test env now that the required tag is published

parent d9885160
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment