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

fix : deploy job is allowed to fail

This exist for 2 reasons :
- random tests can lead to random unit tests failure
- the following line causes random failure on windows build jobs : https://gitlab.eclipse.org/eclipse/aidge/gitlab_shared_files/-/blob/main/.gitlab/ci/download/download.gitlab-ci.yml?ref_type=heads#L162
parent dd9f5ecc
No related branches found
No related tags found
No related merge requests found
...@@ -42,5 +42,5 @@ ...@@ -42,5 +42,5 @@
.rules:deploy: .rules:deploy:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
allow_failure: false allow_failure: true
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