Merge branch '44902-remove-rake-test-ci' into 'master'

Remove Rake test_ci task

Closes #44902

See merge request gitlab-org/gitlab-ce!18139
This commit is contained in:
Robert Speicher 2018-04-03 17:15:50 +00:00
commit cdc7d5a643
2 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,5 @@
---
title: Remove test_ci rake task
merge_request: 18139
author: Takuya Noguchi
type: other

View file

@ -4,8 +4,3 @@ desc "GitLab | Run all tests"
task :test do
Rake::Task["gitlab:test"].invoke
end
unless Rails.env.production?
desc "GitLab | Run all tests on CI with simplecov"
task test_ci: [:rubocop, :brakeman, :karma, :spinach, :spec]
end