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

change rule in prepare stage

parent c0601dc5
No related branches found
No related tags found
2 merge requests!162Regular merge of develop,!161Automate index
......@@ -16,7 +16,7 @@ prepare:index:
stage: prepare
rules:
- if: $CI_COMMIT_BRANCH
- if: $CI_MERGE_REQUEST_ID
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/'
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