Skip to content
Snippets Groups Projects
Commit 48de066c authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: changelog: Allow_failure because of gitlab server issues

parent 24276e10
Branches
No related tags found
1 merge request!447CI: changelog: Increase timeout and allow_failure because of gitlab server issues
Pipeline #253594 skipped
......@@ -35,6 +35,14 @@ repo_checkout:
changelog:
extends: .changelog
rules:
- when: always
{% if CI_COMMIT_TAG is defined %}
allow_failure: false
{% else %}
allow_failure: true
{% endif %}
build-version:
extends: .build_version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment