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
No related merge requests found
...@@ -17,6 +17,8 @@ prepare:index: ...@@ -17,6 +17,8 @@ prepare:index:
rules: rules:
- if: $CI_COMMIT_REF_NAME - if: $CI_COMMIT_REF_NAME
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/' - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/'
before_script:
- pip install natsort
script: script:
- python .ci/generateIndex.py - python .ci/generateIndex.py
- mkdir .tmp - 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