summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-04-11 15:59:20 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-11 15:59:20 +0000
commit23c155f0d4e3fb26c177f030fc9595b74f4c609e (patch)
tree4ec0bcd1a0cc387895216591a7aefc1c03be54e5
parent4087bd16e8e083550d306fd0c90d2a892b8577bf (diff)
parentca0b3ea1f107562492babbaf5ce5fec43897bd88 (diff)
downloadgitlab-ce-23c155f0d4e3fb26c177f030fc9595b74f4c609e.tar.gz
Merge branch 'workhorse-0.7.1' into 'master'
Go back to gitlab-workhorse 0.7.1 See merge request !3656
-rw-r--r--GITLAB_WORKHORSE_VERSION2
-rw-r--r--doc/install/installation.md2
-rw-r--r--doc/update/8.6-to-8.7.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/GITLAB_WORKHORSE_VERSION b/GITLAB_WORKHORSE_VERSION
index 7486fdbc50b..39e898a4f95 100644
--- a/GITLAB_WORKHORSE_VERSION
+++ b/GITLAB_WORKHORSE_VERSION
@@ -1 +1 @@
-0.7.2
+0.7.1
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
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
```