summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-02 13:17:41 +0200
committerTomasz Maczukin <tomasz@maczukin.pl>2016-02-19 13:18:46 +0100
commit1532d28c69ec77b7f1271a8ad2fa71937b47ab0d (patch)
treed9a8b976caab0dc0dbbc6c73315138434868ccdc /doc
parent43c8daf3dcdc2b592c3ad76f4eae6bd412f05630 (diff)
downloadgitlab-ce-1532d28c69ec77b7f1271a8ad2fa71937b47ab0d.tar.gz
Add note of deprecation in old Runners CI API
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/api/runners.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ci/api/runners.md b/doc/ci/api/runners.md
index c383dc4bcc9..d14d9b5269c 100644
--- a/doc/ci/api/runners.md
+++ b/doc/ci/api/runners.md
@@ -1,5 +1,8 @@
# Runners API
+_**Note:** In GitLab 8.0, GitLab CI was merged in GitLab itself. This document
+is deprecated in favor of the [new Runners API](../../api/runners.md)._
+
## Runners
### Retrieve all runners
@@ -74,4 +77,4 @@ Returns:
"updated_at" : "2015-02-26T11:39:39.232Z",
"description" : "awesome runner"
}
-``` \ No newline at end of file
+```