Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-11 18:03:27 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-11 18:03:27 +0300
commitca0b3ea1f107562492babbaf5ce5fec43897bd88 (patch)
tree4ec0bcd1a0cc387895216591a7aefc1c03be54e5 /doc/update
parent4087bd16e8e083550d306fd0c90d2a892b8577bf (diff)
Go back to gitlab-workhorse 0.7.1
We found out that 0.7.2 breaks shallow `git clone`. GitLab 8.7 will work fine with gitlab-workhorse 0.7.1 too.
Diffstat (limited to 'doc/update')
-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 57847d2d9fd..8599133a726 100644
--- a/doc/update/8.6-to-8.7.md
+++ b/doc/update/8.6-to-8.7.md
@@ -58,7 +58,7 @@ GitLab 8.1.
```bash
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch --all
-sudo -u git -H git checkout v0.7.2
+sudo -u git -H git checkout v0.7.1
sudo -u git -H make
```