Commit 024a37ce20865d2d29b86d15936746f19250ef3d
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
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 |