Skip to content
Snippets Groups Projects
Commit e625ea38 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 0fb6c7a4
No related branches found
No related tags found
No related merge requests found
......@@ -42,5 +42,5 @@
.rules:deploy:
rules:
- if: $CI_COMMIT_TAG
allow_failure: false
allow_failure: true
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