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:
authorStan Hu <stanhu@gmail.com>2016-04-23 02:04:46 +0300
committerStan Hu <stanhu@gmail.com>2016-04-23 02:06:24 +0300
commit06f35914daec21f7d1d4f245d2415742f6e8399a (patch)
tree8a9d67938ffa3ad4efaec2f02e680df1f98cf993 /doc/update
parentb1adff828c91f193b2f438f58705aff5a4724ad9 (diff)
Add --tags to fetching gitlab-shell to ensure tags are downloaded
Closes #15525
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/8.6-to-8.7.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.6-to-8.7.md b/doc/update/8.6-to-8.7.md
index 8cff6133276..4a2c6ea91d2 100644
--- a/doc/update/8.6-to-8.7.md
+++ b/doc/update/8.6-to-8.7.md
@@ -45,7 +45,7 @@ sudo -u git -H git checkout 8-7-stable-ee
```bash
cd /home/git/gitlab-shell
-sudo -u git -H git fetch --all
+sudo -u git -H git fetch --all --tags
sudo -u git -H git checkout v2.7.2
```