Merge branch 'patch-6' into 'master'
Changed gitlab-shell version to avoid warning when precompiling the assets. ## What does this MR do? Changes installation instructions from source to install v3.6.1 of gitlab-shell to avoid a pre-compile warning on gitlab. See merge request !6747
This commit is contained in:
commit
4abb495f45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue