Skip to content
Snippets Groups Projects
Commit ab0fa2f8 authored by releaser-duniter's avatar releaser-duniter
Browse files

releases page : try to hide path in release name

parent 624e1f32
No related branches found
No related tags found
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
...@@ -87,7 +87,7 @@ def build_compiled_message(current_message): ...@@ -87,7 +87,7 @@ def build_compiled_message(current_message):
artifacts_list = [] artifacts_list = []
for artifact in expected_artifacts: for artifact in expected_artifacts:
artifact_dict = { artifact_dict = {
'name': artifact, 'name': artifact.split('/')[-1],
'url': build_artifact_url(artifact, False), 'url': build_artifact_url(artifact, False),
'size': get_artifact_weight(artifact), 'size': get_artifact_weight(artifact),
'icon': ':package:' 'icon': ':package:'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment