Commit 0470e3ad authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-api-ci-lint-merged-yaml-fix' into 'master'

Fix wrong API lint response in the docs

See merge request gitlab-org/gitlab!62844
parents b284e889 2c3be919
......@@ -118,7 +118,7 @@ Example response:
{
"status": "valid",
"errors": [],
"merged_config": "---\n:another_test:\n :stage: test\n :script: echo 2\n:test:\n :stage: test\n :script: echo 1\n"
"merged_yaml": "---\n:another_test:\n :stage: test\n :script: echo 2\n:test:\n :stage: test\n :script: echo 1\n"
}
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment