Use gitlab-workhorse 0.7.4
This enables https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4278 .
This commit is contained in:
parent
61072a0244
commit
1adaeb7d67
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
0.7.3
|
0.7.4
|
||||||
|
|
|
@ -394,7 +394,7 @@ GitLab Shell is an SSH access and repository management software developed speci
|
||||||
cd /home/git
|
cd /home/git
|
||||||
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
|
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
|
||||||
cd gitlab-workhorse
|
cd gitlab-workhorse
|
||||||
sudo -u git -H git checkout v0.7.3
|
sudo -u git -H git checkout v0.7.4
|
||||||
sudo -u git -H make
|
sudo -u git -H make
|
||||||
|
|
||||||
### Initialize Database and Activate Advanced Features
|
### Initialize Database and Activate Advanced Features
|
||||||
|
|
Loading…
Reference in a new issue