Commit d4cc9b187a0e3db20edfa8b72ccfc48f0d6f763a

Authored by Jacob Vosmaer
2 parents 71f92d45 eee9227a

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 32 # login as git
33 33 sudo su git
34 34 cd /home/git/gitlab-shell
  35 +git checkout v1.1.0
35 36  
36 37 # copy config
37 38 cp config.yml.example config.yml
... ...