Skip to content
Snippets Groups Projects
Commit 1740c4a8 authored by Andrii Sosiuk's avatar Andrii Sosiuk
Browse files

YT-262: Hide bootloader artifacts on the Release page

  Customers often misinterpret the presence of bootloader artifacts
  on the Release page as a sanctioned method for updating the bootloader.
  Currently, these artifacts are intended for internal use only.
parent a2951867
No related branches found
No related tags found
1 merge request!430YT-262: Hide bootloader artifacts on the Release page
Pipeline #174987 passed with stage
in 16 minutes and 4 seconds
......@@ -169,7 +169,8 @@
{%- set files = [] -%}
{%- for file in FILES_machine -%}
{%- if "uimage" in file.lower() or "boot" in file.lower() -%}
{%- set _ = files.append(file) -%}
{#- Currently do not display bootloader artifacts; they are intended for internal use only. -#}
{#- {%- set _ = files.append(file) -%} -#}
{%- set _ = used_files.append(file) -%}
{%- endif -%}
{%- endfor -%}
......
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