summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-04-23 05:54:22 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-25 19:50:27 +0000
commit0eadb29d8e40df48673a7d53b13256aa1bbd4fe9 (patch)
treecf79055b58f463c64a5144bc942f02bba9eb7454
parent438f41594a4e912069e8369d02b07401e957479a (diff)
downloadgitlab-ce-0eadb29d8e40df48673a7d53b13256aa1bbd4fe9.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
```