summaryrefslogtreecommitdiff
path: root/doc/user/project/integrations/mock_ci.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-22 01:49:37 +0000
committerEvan Read <eread@gitlab.com>2019-07-22 01:49:37 +0000
commit785b9b02ded3d2e973afc3c7d12e1a126a23240c (patch)
tree3317aa1c262a1bb434a220df54ea9634f10f2d69 /doc/user/project/integrations/mock_ci.md
parenta744fd79b5752a070253abac5886c20b7e26ed69 (diff)
downloadgitlab-ce-785b9b02ded3d2e973afc3c7d12e1a126a23240c.tar.gz
Fix unordered list spacing
Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
Diffstat (limited to 'doc/user/project/integrations/mock_ci.md')
-rw-r--r--doc/user/project/integrations/mock_ci.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/integrations/mock_ci.md b/doc/user/project/integrations/mock_ci.md
index 1c64b275d6e..886094a6531 100644
--- a/doc/user/project/integrations/mock_ci.md
+++ b/doc/user/project/integrations/mock_ci.md
@@ -5,9 +5,9 @@
To set up the mock CI service server, respond to the following endpoints
- `commit_status`: `#{project.namespace.path}/#{project.path}/status/#{sha}.json`
- - Have your service return `200 { status: ['failed'|'canceled'|'running'|'pending'|'success'|'success-with-warnings'|'skipped'|'not_found'] }`
+ - Have your service return `200 { status: ['failed'|'canceled'|'running'|'pending'|'success'|'success-with-warnings'|'skipped'|'not_found'] }`
- If the service returns a 404, it is interpreted as `pending`
- `build_page`: `#{project.namespace.path}/#{project.path}/status/#{sha}`
- - Just where the build is linked to, doesn't matter if implemented
+ - Just where the build is linked to, doesn't matter if implemented
For an example of a mock CI server, see [`gitlab-org/gitlab-mock-ci-service`](https://gitlab.com/gitlab-org/gitlab-mock-ci-service)