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

fix : windwos release/deploy rules

parent eaf045b3
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
...@@ -7,11 +7,7 @@ release:pip:windows: ...@@ -7,11 +7,7 @@ release:pip:windows:
tags: tags:
- windows - windows
rules : # temporary rules until https://gitlab.eclipse.org/eclipse/aidge/aidge/-/issues/136 is closed when: never # temporary rules until https://gitlab.eclipse.org/eclipse/aidge/aidge/-/issues/136 is closed
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TITLE !~ /^Draft:/
when: manual
allow_failure: true
- when: never
needs: needs:
- build:windows_python - build:windows_python
...@@ -44,10 +40,6 @@ release:pip:windows: ...@@ -44,10 +40,6 @@ release:pip:windows:
deploy:pip:windows: deploy:pip:windows:
rules : # temporary rules until https://gitlab.eclipse.org/eclipse/aidge/aidge/-/issues/136 is closed allow_failure: true # temporary rules until https://gitlab.eclipse.org/eclipse/aidge/aidge/-/issues/136 is closed
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TITLE !~ /^Draft:/
when: manual
allow_failure: true
- when: on_success
extends: extends:
- .deploy:pip:windows:template - .deploy:pip:windows:template
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