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

combine if rules

parent ef03c3c2
No related branches found
No related tags found
2 merge requests!228[release] Regular merge of develop,!225add howto card for mirroring fork
Pipeline #36395 passed
......@@ -37,7 +37,7 @@ save:commitIndex:
entrypoint: [""]
stage: save
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ '/Update index/' && $CI_PROJECT_NAMESPACE == "R3" && $CI_PROJECT_NAMESPACE == "R3-core"
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/ && $CI_PROJECT_NAMESPACE == "R3" && $CI_PROJECT_NAMESPACE == "R3-core"'
before_script:
- apk add git-lfs
- git fetch --all
......
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