diff options
author | Jacopo <beschi.jacopo@gmail.com> | 2018-06-05 21:57:29 +0200 |
---|---|---|
committer | Jacopo <beschi.jacopo@gmail.com> | 2018-06-05 21:57:29 +0200 |
commit | 46317b7dabd585bed42cf9c0008a7c69c080d33f (patch) | |
tree | 81e1468fdc061b45232b67537bb8181975015157 /doc | |
parent | 3871ea33ca524ef2d420a4ff311d8535622bd150 (diff) | |
download | gitlab-ce-46317b7dabd585bed42cf9c0008a7c69c080d33f.tar.gz |
Removes variables from pipelines api
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/pipelines.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/pipelines.md b/doc/api/pipelines.md index ae6c6ea7b49..ebae68fe389 100644 --- a/doc/api/pipelines.md +++ b/doc/api/pipelines.md @@ -133,8 +133,7 @@ Example of response "finished_at": null, "committed_at": null, "duration": null, - "coverage": null, - "variables": [] + "coverage": null } ``` |