Commit 7acea6bd authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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
parents b1adff82 06f35914
......@@ -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
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment