diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-01 14:01:38 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-01 14:01:38 +0000 |
commit | e1f23b3bfbe6951c15f0096965368f33c261d0e4 (patch) | |
tree | 405d720fa5d5b922130b07331982844ac7dc5be1 | |
parent | e0c0609d340522c2694141388b8952b4789eb421 (diff) | |
parent | 6f12266536bdfb19046eff0f001dc8732ec78fc0 (diff) | |
download | gitlab-ci-e1f23b3bfbe6951c15f0096965368f33c261d0e4.tar.gz |
Merge branch 'checkout_3_2' of /home/git/repositories/gitlab/gitlab-ci
-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 cc09735..9969c3f 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -93,6 +93,8 @@ You can use either MySQL or PostgreSQL. cd gitlab-ci + sudo -u gitlab_ci -H git checkout 3-2-stable + ## 6. Setup application # Edit application settings |