added make command to docs
This commit is contained in:
parent
bfb3c8d936
commit
0134a85bee
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ sudo -u git -H git checkout v`cat /home/git/gitlab/GITLAB_SHELL_VERSION` -b v`ca
|
|||
cd /home/git/gitlab-workhorse
|
||||
sudo -u git -H git fetch
|
||||
sudo -u git -H git checkout `cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION` -b `cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION`
|
||||
sudo -u git -H make
|
||||
```
|
||||
|
||||
### 5. Install libs, migrations, etc.
|
||||
|
|
Loading…
Reference in a new issue