Commit ea714b62 authored by Katarzyna Kobierska's avatar Katarzyna Kobierska

Move ci_lint to api/ci

parent b63d20a1
...@@ -43,8 +43,6 @@ following locations: ...@@ -43,8 +43,6 @@ following locations:
- [Tags](tags.md) - [Tags](tags.md)
- [Todos](todos.md) - [Todos](todos.md)
- [Users](users.md) - [Users](users.md)
- [Validate the .gitlab-ci.yaml](ci_lint.md)
### Internal CI API ### Internal CI API
...@@ -52,6 +50,7 @@ The following documentation is for the [internal CI API](ci/README.md): ...@@ -52,6 +50,7 @@ The following documentation is for the [internal CI API](ci/README.md):
- [Builds](ci/builds.md) - [Builds](ci/builds.md)
- [Runners](ci/runners.md) - [Runners](ci/runners.md)
- [Validate the .gitlab-ci.yaml](ci/ci_lint.md)
## Authentication ## Authentication
......
...@@ -22,3 +22,4 @@ GET /ci/api/v1/builds/:id/artifacts ...@@ -22,3 +22,4 @@ GET /ci/api/v1/builds/:id/artifacts
- [Builds](builds.md) - [Builds](builds.md)
- [Runners](runners.md) - [Runners](runners.md)
- [Validate the .gitlab-ci.yaml](ci_lint.md)
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