Commit 4abb495f authored by Rémy Coutable's avatar Rémy Coutable

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
parents 6ff3625f 43438c36
...@@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-12-stable-ee ...@@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-12-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 v3.6.0 sudo -u git -H git checkout v3.6.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