Commit 6a932d0af511623ab2f9e9e00a28b0cbfd664372
1 parent
f314d3e6
Exists in
master
and in
4 other branches
Add missing cd
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
doc/install/installation.md
| @@ -195,6 +195,9 @@ See `doc/install/databases.md` | @@ -195,6 +195,9 @@ See `doc/install/databases.md` | ||
| 195 | 195 | ||
| 196 | # Clone GitLab repository | 196 | # Clone GitLab repository |
| 197 | sudo -u gitlab -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab | 197 | sudo -u gitlab -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab |
| 198 | + | ||
| 199 | + # Go to gitlab dir | ||
| 200 | + cd /home/gitlab/gitlab | ||
| 198 | 201 | ||
| 199 | # Checkout to stable release | 202 | # Checkout to stable release |
| 200 | sudo -u gitlab -H git checkout 4-0-stable | 203 | sudo -u gitlab -H git checkout 4-0-stable |