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:
Yorick Peterse
2016-06-30 18:02:54 +00:00
+1 -2
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