Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

Commit

Permalink
Use gitlab-workhorse 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvosmaer committed Dec 17, 2015
1 parent 110a5f9 commit b336eb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GITLAB_WORKHORSE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion doc/install/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,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 0.5.0
sudo -u git -H git checkout 0.5.1
sudo -u git -H make

### Initialize Database and Activate Advanced Features
Expand Down
2 changes: 1 addition & 1 deletion doc/update/8.2-to-8.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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.0
sudo -u git -H git checkout 0.5.1
sudo -u git -H make
```

Expand Down

0 comments on commit b336eb0

Please sign in to comment.