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

fix : typo

parent 53374534
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
...@@ -25,9 +25,10 @@ ...@@ -25,9 +25,10 @@
# deploying created releases # deploying created releases
# when creating a commit tag & previous release job was successful # when creating a commit tag & previous release job was successful
.rules:deploy: .rules:deploy:
- when: never rules:
- allow_failure: false - when: never
- if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - allow_failure: false
when: on_success - if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
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