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

This commit is contained in:
Alejandro Rodríguez 2016-06-30 11:52:38 -04:00
parent d9885160ba
commit e8a8b0b818
1 changed files with 1 additions and 2 deletions

View File

@ -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