summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-11 17:03:27 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-11 17:03:27 +0200
commitca0b3ea1f107562492babbaf5ce5fec43897bd88 (patch)
tree4ec0bcd1a0cc387895216591a7aefc1c03be54e5 /doc/install
parent4087bd16e8e083550d306fd0c90d2a892b8577bf (diff)
downloadgitlab-ce-ca0b3ea1f107562492babbaf5ce5fec43897bd88.tar.gz
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/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index d97dc7d1311..f8f7d6a9ebe 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -352,7 +352,7 @@ GitLab Shell is an SSH access and repository management software developed speci
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
- sudo -u git -H git checkout v0.7.2
+ sudo -u git -H git checkout v0.7.1
sudo -u git -H make
### Initialize Database and Activate Advanced Features