Commit eee9227a5fb620e646d55060dff68a94154da3b7

Authored by Machiel
1 parent be7798b8

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
... ...