diff options
author | Ismael Arenzana <iarenzana@gmail.com> | 2016-10-07 17:29:48 +0000 |
---|---|---|
committer | Ismael Arenzana <iarenzana@gmail.com> | 2016-10-07 17:29:48 +0000 |
commit | 43438c3695ac06e0d12e24824f2c191f9608a51b (patch) | |
tree | 381a0485206bfb9e55f624ba1ea713a3ffb48ec7 /doc/update | |
parent | 2cd8b5d2c0227f21020a81b9931ca6936e833727 (diff) | |
download | gitlab-ce-43438c3695ac06e0d12e24824f2c191f9608a51b.tar.gz |
Changed gitlab-shell version to avoid warning when precompiling the assets.
Diffstat (limited to 'doc/update')
-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 |