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
This commit is contained in:
Achilleas Pipinellis
2016-04-25 19:50:27 +00:00
committed by Yorick Peterse
parent 438f41594a
commit 0eadb29d8e
+1 -1
View File
@@ -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
```