Commit 6b765d0b authored by Vasilii Iakliushin's avatar Vasilii Iakliushin

Set allow_failure for docs lint task

parent 9636a07c
......@@ -45,6 +45,7 @@ docs lint:
image: "registry.gitlab.com/gitlab-org/gitlab-docs:lint"
stage: test
needs: []
allow_failure: true
script:
- scripts/lint-doc.sh
# Prepare docs for build
......
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