ci/b2c: allow B2C_DTB_URL to be set to an empty string to unset it

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31570>
This commit is contained in:
Eric Engestrom 2024-10-09 10:02:16 -04:00 committed by Marge Bot
parent 7af000a6ec
commit fa7c4b148b

View File

@ -78,7 +78,7 @@ deployment:
initramfs:
url: '{{ initramfs_url }}'
{% if dtb_url is defined %}
{% if dtb_url %}
dtb:
url: '{{ dtb_url }}'
{% endif %}