diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-10 10:22:29 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-10 10:22:29 +0000 |
commit | 1705a78c47de2413e1d1b9f9282853e5c6b5662d (patch) | |
tree | f96858a280fca7d268b68fa94a01948627af5a49 | |
parent | 3bb1adc9d29057831503df9148865c045ffe3fcd (diff) | |
parent | e09e34b7534d5925507d0bd255ceb4bbfc8848ea (diff) | |
download | gitlab-ci-3-1-stable.tar.gz |
Merge branch 'checkout_3_1' of /home/git/repositories/gitlab/gitlab-ci into 3-1-stable3-1-stable
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md index d4f56f8..a937d36 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -97,6 +97,8 @@ You can use either MySQL or PostgreSQL. cd gitlab-ci + sudo -u gitlab_ci -H git checkout 3-1-stable + ## 6. Setup application # Edit application settings |