Skip to content
Snippets Groups Projects
Commit fb952df9 authored by Sean McGivern's avatar Sean McGivern
Browse files

Merge branch 'patch-9' into 'master'

Fix invalid JSON in Builds API doc

See merge request !7475
parents 46eb0ebf 038ea5e7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,7 +45,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
@@ -89,7 +89,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
@@ -163,7 +163,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
@@ -193,7 +193,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
@@ -260,7 +260,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment