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

sort first

parent 901bf326
No related branches found
No related tags found
2 merge requests!131Merge relevant Abstract and references,!123Resolve "Wizzard to create db filters"
Pipeline #117263 failed
This commit is part of merge request !131. Comments created here will be created in the context of that merge request.
......@@ -184,7 +184,7 @@ lint:
stage: lint
script:
- cd content/3.defense-systems
- find . -name '*.md' ! -name '0.index.md' -print0 | sort -z | xargs -0 -I {} df-wiki-cli content lint --file {}
- find . -name '*.md' ! -name '0.index.md' | sort | xargs -I {} df-wiki-cli content lint --file {}
when: manual
# Update Meili search indexes
......
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