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

fix issue with double domain

parent 557f96ff
No related branches found
No related tags found
1 merge request!228[release] Regular merge of develop
Pipeline #36403 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"'
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