summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Mehlmauer <firefart@gmail.com>2016-01-04 00:29:30 +0100
committerChristian Mehlmauer <firefart@gmail.com>2016-01-04 00:29:30 +0100
commit0134a85bee1e1f932d7c9d8752d8eb8e5148baf2 (patch)
tree32d8b619076e1d466c8bce6f4d0e2bdade072c29
parentbfb3c8d936eaafc33b00f7a1fb7644e3330ffabf (diff)
downloadgitlab-ce-0134a85bee1e1f932d7c9d8752d8eb8e5148baf2.tar.gz
added make command to docs
-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.