summaryrefslogtreecommitdiff
path: root/doc/raketasks/list_repos.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-19 08:27:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-19 08:27:35 +0000
commit7e9c479f7de77702622631cff2628a9c8dcbc627 (patch)
treec8f718a08e110ad7e1894510980d2155a6549197 /doc/raketasks/list_repos.md
parente852b0ae16db4052c1c567d9efa4facc81146e88 (diff)
downloadgitlab-ce-7e9c479f7de77702622631cff2628a9c8dcbc627.tar.gz
Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42
Diffstat (limited to 'doc/raketasks/list_repos.md')
-rw-r--r--doc/raketasks/list_repos.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/raketasks/list_repos.md b/doc/raketasks/list_repos.md
index 411de52e379..192a65f6a62 100644
--- a/doc/raketasks/list_repos.md
+++ b/doc/raketasks/list_repos.md
@@ -1,3 +1,9 @@
+---
+stage: none
+group: unassigned
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
+---
+
# Listing repository directories **(CORE ONLY)**
You can print a list of all Git repositories on disk managed by GitLab.
@@ -13,7 +19,6 @@ cd /home/git/gitlab
sudo -u git -H bundle exec rake gitlab:list_repos RAILS_ENV=production
```
-NOTE: **Note:**
The results use the default ordering of the GitLab Rails application.
## Limit search results