summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-08-27 12:39:18 -0700
committerkaren Carias <karen@gitlab.com>2015-08-27 12:39:18 -0700
commit26ed452b5c91d4900464a11351dfa24ec6b7cf19 (patch)
treee7ed473461ee42d92ecb4bf985fc358413e87192
parente99cdfd1d55d274e22c35a548da3bb5a2ba1e241 (diff)
downloadgitlab-ci-26ed452b5c91d4900464a11351dfa24ec6b7cf19.tar.gz
added note about using CI without GitLab
-rw-r--r--doc/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
index e3534c6..561bfe6 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -25,3 +25,6 @@
+ [Backup/Restore](raketasks/backup_restore.md)
+ [Migrating to packaged CI](migration_to_omnibus/README.md)
+ [API](api/README.md)
+
+### Note
+It’s possible to use GitLab CI without GitLab. You will need to mirror your repository to GitLab.com or move it there.