Skip to content
Snippets Groups Projects
Verified Commit 113cae9c authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add natsort as dep

parent a8610573
No related branches found
No related tags found
2 merge requests!174Develop,!173Update gen index script
Pipeline #32638 passed
......@@ -17,6 +17,8 @@ prepare:index:
rules:
- if: $CI_COMMIT_REF_NAME
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/'
before_script:
- pip install natsort
script:
- python .ci/generateIndex.py
- mkdir .tmp
......
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