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

Change the way of using curl to allow calling from sh

parent 9268e47c
Branches
No related tags found
1 merge request!39WIP: Resolve "Add asciidoctor syntax check to CI tests"
Pipeline #19066 passed
......@@ -143,7 +143,7 @@ adoc_syntax:
before_script:
- apk add --update asciidoctor bash
script:
- bash <(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) $$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 -- $$TARGET_REPO_PATH
tags:
- docker
when: always
......
......@@ -145,7 +145,7 @@ adoc_syntax:
before_script:
- apk add --update asciidoctor bash
script:
- bash <(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) $$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 -- $$TARGET_REPO_PATH
tags:
- docker
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment