diff options
author | Rémy Coutable <remy@rymai.me> | 2016-12-16 14:31:07 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-12-16 14:31:07 +0100 |
commit | 5dcd01aa96f26ff98311d0415d659d0b14e6c632 (patch) | |
tree | 5392ee3c2db2d8204a143c3facca7c7315490017 /doc | |
parent | bdb5e6771856c280fa1cf92b19a47fb83a4988ec (diff) | |
download | gitlab-ce-5dcd01aa96f26ff98311d0415d659d0b14e6c632.tar.gz |
Bump gitlab-shell to 4.1.1update-gitlab-shell-4-1-1
This fixes a compatibility issue with Git 2.11:
- Issue: gitlab-org/gitlab-ce#25301
- gitlab-shell MR: gitlab-org/gitlab-shell!112
- CE MR: gitlab-org/gitlab-ce!7967
- EE MR: gitlab-org/gitlab-ee!964
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/8.14-to-8.15.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.14-to-8.15.md b/doc/update/8.14-to-8.15.md index 4eacab0c890..8d4bfd913bd 100644 --- a/doc/update/8.14-to-8.15.md +++ b/doc/update/8.14-to-8.15.md @@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-15-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v4.1.0 +sudo -u git -H git checkout v4.1.1 ``` ### 6. Update gitlab-workhorse |