Skip to content
Snippets Groups Projects
Commit 4bec3f56 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Disable allow failure tag for markdown

parent 773cfe1e
Branches
Tags
1 merge request!37Resolve "Do not allow failure for markdown syntax"
Pipeline #18574 passed
......@@ -111,7 +111,6 @@ bash_syntax:
markdown_syntax:
stage: postcheck
script: docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013"
allow_failure: yes
when: always
tags:
- docker
......
......@@ -113,7 +113,6 @@ bash_syntax:
markdown_syntax:
stage: postcheck
script: docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013"
allow_failure: yes
when: always
tags:
- docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment