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

fix bug in rules

parent 01659f90
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ save:commitIndex:
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_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