diff options
author | Rémy Coutable <remy@rymai.me> | 2016-10-25 15:49:44 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-10-25 15:49:44 +0000 |
commit | 9c7b371a909250d0668a8dc728ccdea69798cc14 (patch) | |
tree | 29e3db754f8b6d5e8349448f10666223e22f7f2e | |
parent | 739cb05228549f6f31f6b5a0c7e66807d5813fcc (diff) | |
parent | a871032f4a5353d118e0f0dbd7373cfdefb89f57 (diff) | |
download | gitlab-ce-9c7b371a909250d0668a8dc728ccdea69798cc14.tar.gz |
Merge branch 'patch-7' into 'master'
This will change the update process to checkout gitlab-shell version 3.6.6 instead of 3.6.3 as currently described in the update document
See merge request !6976
-rw-r--r-- | doc/update/8.12-to-8.13.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.12-to-8.13.md b/doc/update/8.12-to-8.13.md index 8940d14559b..c0084d9d59c 100644 --- a/doc/update/8.12-to-8.13.md +++ b/doc/update/8.12-to-8.13.md @@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-13-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v3.6.3 +sudo -u git -H git checkout v3.6.6 ``` ### 6. Update gitlab-workhorse |