diff options
author | lurdan <lurdan@gmail.com> | 2016-04-15 12:41:26 +0900 |
---|---|---|
committer | lurdan <lurdan@gmail.com> | 2016-04-15 12:41:26 +0900 |
commit | d2f490c8f3601915cae0e125a0d88871c7c2b7e8 (patch) | |
tree | 91237509d2eebfdbfaab3b29aee5ca7102589995 /doc/update | |
parent | badb35335086b90e2522ea2da767830f2f3ba9a7 (diff) | |
download | gitlab-ce-d2f490c8f3601915cae0e125a0d88871c7c2b7e8.tar.gz |
fix required gitlab-shell version.
Under the procedure, I've warned about gitlab-shell version, which should be 2.6.12 (may be some minor revisions introduces that).
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.5-to-8.6.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.5-to-8.6.md b/doc/update/8.5-to-8.6.md index b9abcbd2c12..6267f14eba4 100644 --- a/doc/update/8.5-to-8.6.md +++ b/doc/update/8.5-to-8.6.md @@ -46,7 +46,7 @@ sudo -u git -H git checkout 8-6-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all -sudo -u git -H git checkout v2.6.11 +sudo -u git -H git checkout v2.6.12 ``` ### 5. Update gitlab-workhorse |