From 0eadb29d8e40df48673a7d53b13256aa1bbd4fe9 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 23 Apr 2016 05:54:22 +0000 Subject: [PATCH] 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 --- doc/update/8.6-to-8.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/update/8.6-to-8.7.md b/doc/update/8.6-to-8.7.md index 8cff613327..4a2c6ea91d 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 ```