Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Mehlmauer <firefart@gmail.com>2016-01-04 02:29:30 +0300
committerChristian Mehlmauer <firefart@gmail.com>2016-01-04 02:29:30 +0300
commit0134a85bee1e1f932d7c9d8752d8eb8e5148baf2 (patch)
tree32d8b619076e1d466c8bce6f4d0e2bdade072c29 /doc/update
parentbfb3c8d936eaafc33b00f7a1fb7644e3330ffabf (diff)
added make command to docs
Diffstat (limited to 'doc/update')
-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.