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

fix : syntax

parent 2b34a82d
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
...@@ -56,8 +56,10 @@ include: ...@@ -56,8 +56,10 @@ include:
needs: [release:pip:ubuntu] needs: [release:pip:ubuntu]
extends: extends:
- .deploy:template - .deploy:template
- .rules:deploy
.deploy:pip:windows:template: .deploy:pip:windows:template:
needs: [release:pip:windows] needs: [release:pip:windows]
extends: extends:
- .deploy:template - .deploy:template
- .rules:deploy
...@@ -28,5 +28,3 @@ ...@@ -28,5 +28,3 @@
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
allow_failure: false allow_failure: false
when: on_success when: on_success
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