diff options
author | Rémy Coutable <remy@rymai.me> | 2016-10-21 16:47:58 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-10-21 16:47:58 +0000 |
commit | 4abb495f45a61bfed56ac159816c8649df5c1398 (patch) | |
tree | 46adeb90bd7137d411dfaedde0b0e74d3b653d31 /doc | |
parent | 6ff3625f636b1b4ba94370d5b7ce4afbe0b29a95 (diff) | |
parent | 43438c3695ac06e0d12e24824f2c191f9608a51b (diff) | |
download | gitlab-ce-4abb495f45a61bfed56ac159816c8649df5c1398.tar.gz |
Merge branch 'patch-6' into 'master'
Changed gitlab-shell version to avoid warning when precompiling the assets.
## What does this MR do?
Changes installation instructions from source to install v3.6.1 of gitlab-shell to avoid a pre-compile warning on gitlab.
See merge request !6747
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/8.11-to-8.12.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.11-to-8.12.md b/doc/update/8.11-to-8.12.md index 07743d050f7..cddfa7e3e01 100644 --- a/doc/update/8.11-to-8.12.md +++ b/doc/update/8.11-to-8.12.md @@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-12-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v3.6.0 +sudo -u git -H git checkout v3.6.1 ``` ### 6. Update gitlab-workhorse |