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