diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-18 17:41:22 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-18 17:41:22 +0200 |
commit | 857ed5042eaaa3db59da022ec3fd97003cfc21e8 (patch) | |
tree | 65efcde719d3209ff9d1af1b15905af88ba5e5be | |
parent | 01073bbc7e3dc8b7e3eaa66f3db405c3c0a432c6 (diff) | |
download | gitlab-ci-857ed5042eaaa3db59da022ec3fd97003cfc21e8.tar.gz |
Refer to migration guide in (8.0) README
-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. |