mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
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:
committed by
Yorick Peterse
parent
438f41594a
commit
0eadb29d8e
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user