Skip to content
Snippets Groups Projects
Commit cf824a7b authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Merge branch '15-do-not-allow-failure-for-markdown-syntax' into 'master'

Resolve "Do not allow failure for markdown syntax"

Closes #15

See merge request tecnalia_robotics-public/gitlab_templates!37
parents 773cfe1e 4bec3f56
No related branches found
No related tags found
No related merge requests found
...@@ -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.
Finish editing this message first!
Please register or to comment