summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-04-22 16:04:46 -0700
committerStan Hu <stanhu@gmail.com>2016-04-22 16:06:24 -0700
commit06f35914daec21f7d1d4f245d2415742f6e8399a (patch)
tree8a9d67938ffa3ad4efaec2f02e680df1f98cf993
parentb1adff828c91f193b2f438f58705aff5a4724ad9 (diff)
downloadgitlab-ce-06f35914daec21f7d1d4f245d2415742f6e8399a.tar.gz
Add --tags to fetching gitlab-shell to ensure tags are downloaded
Closes #15525
-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
```