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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/gitlab/check.rake')
-rw-r--r--lib/tasks/gitlab/check.rake17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index d4e38100609..68a14e58fdb 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -48,21 +48,4 @@ namespace :gitlab do
SystemCheck::RakeTask::LdapTask.run!
end
end
-
- namespace :orphans do
- desc 'Gitlab | Orphans | Check for orphaned namespaces and repositories'
- task check: :gitlab_environment do
- SystemCheck::RakeTask::OrphansTask.run!
- end
-
- desc 'GitLab | Orphans | Check for orphaned namespaces in the repositories path'
- task check_namespaces: :gitlab_environment do
- SystemCheck::RakeTask::Orphans::NamespaceTask.run!
- end
-
- desc 'GitLab | Orphans | Check for orphaned repositories in the repositories path'
- task check_repositories: :gitlab_environment do
- SystemCheck::RakeTask::Orphans::RepositoryTask.run!
- end
- end
end