diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-09-21 21:10:57 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-21 21:19:09 -0400 |
commit | 524381dcf0ab981e070020adc40553bdbc1f3d69 (patch) | |
tree | 13805c066b508221f643a6efca23575a40f6bfd5 | |
parent | da54661bbcb56856312a8917143166911434d3ff (diff) | |
download | gitlab-ce-524381dcf0ab981e070020adc40553bdbc1f3d69.tar.gz |
Add note about automatically re-enabling CI during migrate taskrs-ci-migration-guide
[ci skip]
-rw-r--r-- | doc/migrate_ci_to_ce/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md index 735862b31c4..c5eb4534c70 100644 --- a/doc/migrate_ci_to_ce/README.md +++ b/doc/migrate_ci_to_ce/README.md @@ -214,6 +214,9 @@ GitLab CE or EE database: This task will take some time. +This migration task automatically re-enables the CI setting that you +[disabled earlier](#2-prevent-ci-usage-during-the-migration-process). + #### 9. Start GitLab You can start GitLab CE (or EE) now and see if everything is working: |