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

exclude 0.index.md

parent fc79dc57
No related branches found
No related tags found
1 merge request!122Front matter linter
Pipeline #116665 canceled
...@@ -171,7 +171,7 @@ lint: ...@@ -171,7 +171,7 @@ 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 content lint --file {} - find . -name '*.md' ! -name '0.index.md' -print0 | xargs -0 -I {} df-wiki-cli content lint --file {}
when: manual when: manual
rules: rules:
- if: $CI_COMMIT_BRANCH != "main" - if: $CI_COMMIT_BRANCH != "main"
......
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