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

Fix the path as this is not industrial_ci

parent 6256de14
No related branches found
No related tags found
1 merge request!39WIP: Resolve "Add asciidoctor syntax check to CI tests"
Pipeline #19115 passed
...@@ -143,7 +143,7 @@ adoc_syntax: ...@@ -143,7 +143,7 @@ adoc_syntax:
before_script: before_script:
- apk add --update curl asciidoctor bash - apk add --update curl asciidoctor bash
script: script:
- curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- "$$TARGET_REPO_PATH" - curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- .
tags: tags:
- docker - docker
when: always when: always
......
...@@ -145,7 +145,7 @@ adoc_syntax: ...@@ -145,7 +145,7 @@ adoc_syntax:
before_script: before_script:
- apk add --update curl asciidoctor bash - apk add --update curl asciidoctor bash
script: script:
- curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- "$$TARGET_REPO_PATH" - curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- .
tags: tags:
- docker - docker
when: always when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment