summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-28 10:18:31 +0000
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-06-28 23:14:13 +0100
commite4506de9976eea5eb76bb6e9c639fefa48582f03 (patch)
tree516b07504a1db2e4f43c95b836ab4496ee59ab57
parente5d539add6d105722605f2163f22d2343e877962 (diff)
downloadgitlab-ce-e4506de9976eea5eb76bb6e9c639fefa48582f03.tar.gz
Merge branch 'patch-24' into 'master'
Fix the numbering of steps in the 9.2 to 9.3 upgrade guide See merge request !12498
-rw-r--r--doc/update/9.2-to-9.3.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/update/9.2-to-9.3.md b/doc/update/9.2-to-9.3.md
index 0c32e4db53f..8fbcc892fd5 100644
--- a/doc/update/9.2-to-9.3.md
+++ b/doc/update/9.2-to-9.3.md
@@ -117,7 +117,7 @@ cd /home/git/gitlab
sudo -u git -H git checkout 9-3-stable-ee
```
-### 5. Update gitlab-shell
+### 7. Update gitlab-shell
```bash
cd /home/git/gitlab-shell
@@ -127,7 +127,7 @@ sudo -u git -H git checkout v$(</home/git/gitlab/GITLAB_SHELL_VERSION)
sudo -u git -H bin/compile
```
-### 6. Update gitlab-workhorse
+### 8. Update gitlab-workhorse
Install and compile gitlab-workhorse. This requires
[Go 1.5](https://golang.org/dl) which should already be on your system from
@@ -143,7 +143,7 @@ sudo -u git -H git checkout v$(</home/git/gitlab/GITLAB_WORKHORSE_VERSION)
sudo -u git -H make
```
-### 7. Update Gitaly
+### 9. Update Gitaly
If you have not yet set up Gitaly then follow [Gitaly section of the installation
guide](../install/installation.md#install-gitaly).