diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-15 20:54:14 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-15 20:54:14 +0000 |
commit | fb952df93e4944bc681baa119249ad31c3943a70 (patch) | |
tree | bf271747ec6af41fa1e871910064b1d3325ea91c /doc | |
parent | 46eb0ebfd277cdbbbe68d008df6d57ef433e9a7d (diff) | |
parent | 038ea5e79c561cfd87254abf658b697f71acd600 (diff) | |
download | gitlab-ce-fb952df93e4944bc681baa119249ad31c3943a70.tar.gz |
Merge branch 'patch-9' into 'master'
Fix invalid JSON in Builds API doc
See merge request !7475
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/builds.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/builds.md b/doc/api/builds.md index 0476cac0eda..bca2f9e44ef 100644 --- a/doc/api/builds.md +++ b/doc/api/builds.md @@ -45,7 +45,7 @@ Example of response "ref": "master", "sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd", "status": "pending" - } + }, "ref": "master", "runner": null, "stage": "test", @@ -89,7 +89,7 @@ Example of response "ref": "master", "sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd", "status": "pending" - } + }, "ref": "master", "runner": null, "stage": "test", @@ -163,7 +163,7 @@ Example of response "ref": "master", "sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd", "status": "pending" - } + }, "ref": "master", "runner": null, "stage": "test", @@ -193,7 +193,7 @@ Example of response "ref": "master", "sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd", "status": "pending" - } + }, "ref": "master", "runner": null, "stage": "test", @@ -260,7 +260,7 @@ Example of response "ref": "master", "sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd", "status": "pending" - } + }, "ref": "master", "runner": null, "stage": "test", |