Merge branch 'workhorse-0.6.0' into 'master'

Use gitlab-workhorse 0.6.0

[ci skip]

See merge request !2483
This commit is contained in:
Robert Speicher 2016-01-18 17:41:02 +00:00
commit c7d52e563b
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
0.5.4
0.6.0

View file

@ -48,7 +48,7 @@ which should already be on your system from GitLab 8.1.
```bash
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch --all
sudo -u git -H git checkout 0.5.4
sudo -u git -H git checkout 0.6.0
sudo -u git -H make
```