Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-04-03 20:15:50 +0300
committerRobert Speicher <robert@gitlab.com>2018-04-03 20:15:50 +0300
commitcdc7d5a64326fd873548f5d7253c0206e930e22d (patch)
treeaa67dbe9c6eaf5d74399a36c4f34740c5ea4a23b /lib/tasks
parent209865350ed58502ac9069eb9fe475d47f1a1165 (diff)
parent95d52c9faf23b519823bec4e5b32df54a59b22c1 (diff)
Merge branch '44902-remove-rake-test-ci' into 'master'
Remove Rake test_ci task Closes #44902 See merge request gitlab-org/gitlab-ce!18139
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/test.rake5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/tasks/test.rake b/lib/tasks/test.rake
index 3e01f91d32c..b52af81fc16 100644
--- a/lib/tasks/test.rake
+++ b/lib/tasks/test.rake
@@ -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