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

fix bug in rules (1)

parent f85f2228
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,7 @@ save:commitIndex:
entrypoint: [""]
stage: save
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/'
- if: $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