Commit 5dcd01aa authored by Rémy Coutable's avatar Rémy Coutable

Bump gitlab-shell to 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: default avatarRémy Coutable <remy@rymai.me>
parent bdb5e677
...@@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-15-stable-ee ...@@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-15-stable-ee
```bash ```bash
cd /home/git/gitlab-shell cd /home/git/gitlab-shell
sudo -u git -H git fetch --all --tags 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 ### 6. Update gitlab-workhorse
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment