Skip to content
Snippets Groups Projects

Resolve "Add asciidoctor syntax check to CI tests"

Merged Jon Azpiazu requested to merge 17-add-asciidoctor-syntax-check-to-ci-tests-2 into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -143,7 +143,7 @@ adoc_syntax:
before_script:
- apk add --update curl asciidoctor bash
script:
- curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests-2/scripts/asciidoctor_syntax_check.bash | bash -s -- .
- curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/asciidoctor_syntax_check.bash | bash -s -- .
tags:
- docker
when: always
Loading