Commit d4cc9b187a0e3db20edfa8b72ccfc48f0d6f763a
Exists in
master
and in
4 other branches
Merge pull request #4986 from Machiel/patch-1
Added git command to change shell to 1.1.0 to make sure the check passes
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
doc/update/4.2-to-5.0.md
@@ -32,6 +32,7 @@ sudo chown git:git -R /home/git/repositories/ | @@ -32,6 +32,7 @@ sudo chown git:git -R /home/git/repositories/ | ||
32 | # login as git | 32 | # login as git |
33 | sudo su git | 33 | sudo su git |
34 | cd /home/git/gitlab-shell | 34 | cd /home/git/gitlab-shell |
35 | +git checkout v1.1.0 | ||
35 | 36 | ||
36 | # copy config | 37 | # copy config |
37 | cp config.yml.example config.yml | 38 | cp config.yml.example config.yml |