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

releases page : test without sources

parent a4b7333f
No related branches found
No related tags found
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
......@@ -93,16 +93,6 @@ def build_compiled_message(current_message):
'icon': ':package:'
}
artifacts_list.append(artifact_dict)
expected_sources = ['tar.gz', 'deb']
for source in expected_sources:
source_url = build_artifact_url(source, True)
artifact_dict = {
'name': 'Source code ' + source,
'url': source_url,
'size': get_artifact_weight(source_url),
'icon': ':compression:'
}
artifacts_list.append(artifact_dict)
j2_env = jinja2.Environment(
loader=jinja2.FileSystemLoader(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment