Skip to content
Snippets Groups Projects
Commit 318a0b4d authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : var name

parent 9958f57d
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# creating release jobs only when merging to main # creating release jobs only when merging to main
.rules:release: .rules:release:
rules: rules:
- if: $CI_MERGE_REQUEST_TARGET_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
allow_failure: false allow_failure: false
......
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