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: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
bdb5e67718
commit
5dcd01aa96
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
4.1.0
|
4.1.1
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue