diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-19 17:18:48 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-19 15:30:18 -0200 |
commit | 1b0c2cb1c50358420a2f7525ec93dd1fe36a8485 (patch) | |
tree | c40e10d7f5cff38015de0e04267c7568bf6aba68 /doc/update | |
parent | 8f3edeb7d50e8e8176627f668cda489935eccdf3 (diff) | |
download | gitlab-ce-1b0c2cb1c50358420a2f7525ec93dd1fe36a8485.tar.gz |
Merge branch 'update-gitlab-shell-4-1-1' into 'master'
Bump gitlab-shell to 4.1.1
This fixes a compatibility issue with Git 2.11 (#25301):
- [x] gitlab-shell MR: gitlab-org/gitlab-shell!112
- [x] CE MR: !7967
- [x] EE MR: gitlab-org/gitlab-ee!964
See merge request !8143
Diffstat (limited to 'doc/update')
-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 |