diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-22 13:40:44 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-22 13:40:44 +0200 |
commit | c3805c1830e203c6782f06502d2eebf05e9f5745 (patch) | |
tree | ea98c333767e44af43f8f8f4e235ce0c448efffd | |
parent | 67b38c8d715176271076e054d31c14ecc3254bc9 (diff) | |
download | gitlab-ce-c3805c1830e203c6782f06502d2eebf05e9f5745.tar.gz |
More text outside code blocks
-rw-r--r-- | doc/migrate_ci_to_ce/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md index c2df33a22e0..f74cbee9d07 100644 --- a/doc/migrate_ci_to_ce/README.md +++ b/doc/migrate_ci_to_ce/README.md @@ -35,6 +35,8 @@ cd /home/gitlab_ci/gitlab-ci sudo -u gitlab_ci -H bundle exec rake backup:create RAILS_ENV=production ``` +Also check on your GitLab server. + ``` # GitLab server # Omnibus |