summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-12 15:22:54 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-12 15:22:54 +0000
commit8f1c46d18aecb00ab43f348a0bd66cc5eac51ba6 (patch)
tree72c1677c06ea9264e757f7e2169ddd7075fc306f
parent6992b0724515ee460cfd12f830bdb568b244e4a7 (diff)
parent0134a85bee1e1f932d7c9d8752d8eb8e5148baf2 (diff)
downloadgitlab-ce-8f1c46d18aecb00ab43f348a0bd66cc5eac51ba6.tar.gz
Merge branch 'add_make' into 'master'
added make command to docs The gitlab-workhose update docs are missing a make command See merge request !2281
-rw-r--r--doc/update/patch_versions.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index c19ee49f9e0..a10e62877ba 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -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.