summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-04-23 05:54:22 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-04-23 05:54:22 +0000
commit7acea6bde9dbffafc99401eb0d7bb748c1f06d3f (patch)
tree8a9d67938ffa3ad4efaec2f02e680df1f98cf993
parentb1adff828c91f193b2f438f58705aff5a4724ad9 (diff)
parent06f35914daec21f7d1d4f245d2415742f6e8399a (diff)
downloadgitlab-ce-7acea6bde9dbffafc99401eb0d7bb748c1f06d3f.tar.gz
Merge branch 'add-tags-to-fetch' into 'master'
Add --tags to fetching gitlab-shell to ensure tags are downloaded Closes #15525 See merge request !3896
-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
```