diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -5,6 +5,15 @@ [](https://gemnasium.com/gitlabhq/gitlab-ci) [](https://coveralls.io/r/gitlabhq/gitlab-ci) +## GitLab CI 8.0 + +GitLab CI is now integrated in GitLab. The last 'stand-alone' version of GitLab +CI was version 7.14. The sole purpose of GitLab CI 8.0 is to help you migrate +data from your existing (pre-8.0) CI server into GitLab 8.0. + +The migration procedure is documented [in +GitLab](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-0-stable/doc/migrate_ci_to_ce/README.md). + ### Information -Please see the [GitLab CI page on the website](https://about.gitlab.com/gitlab-ci/) for all information.
\ No newline at end of file +Please see the [GitLab CI page on the website](https://about.gitlab.com/gitlab-ci/) for all information. |