Skip to content
Snippets Groups Projects
Commit 561d4cc8 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

one line

parent bcc5622c
No related branches found
No related tags found
2 merge requests!122Front matter linter,!93Resolve "front-matter linter"
Pipeline #116529 failed with stages
in 3 minutes and 20 seconds
This commit is part of merge request !93. Comments created here will be created in the context of that merge request.
...@@ -173,9 +173,8 @@ lint: ...@@ -173,9 +173,8 @@ lint:
- pip install df-wiki-cli --index-url https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.pasteur.fr/api/v4/projects/5222/packages/pypi/simple - pip install df-wiki-cli --index-url https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.pasteur.fr/api/v4/projects/5222/packages/pypi/simple
- cd content/3.defense-systems - cd content/3.defense-systems
script: script:
- > - find . -name '*.md' -print0 | xargs -0 -I {} df-wiki-cli wiki lint --file {}
find . -name '*.md' -print0 | xargs -0 -I {}
df-wiki-cli wiki lint --file {}
rules: rules:
- if: $CI_COMMIT_BRANCH != "main" - if: $CI_COMMIT_BRANCH != "main"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment