replaced port-ui-desktop with desktop to make it more speakable

This commit is contained in:
2025-08-14 11:45:08 +02:00
parent 5e00deea19
commit 4a65a254ae
65 changed files with 72 additions and 72 deletions

View File

@@ -1,9 +1,9 @@
- name: Assert that each web-app- or web-svc- port-ui-desktop app uses the correct domain suffix
- name: Assert that each web-app- or web-svc- desktop app uses the correct domain suffix
assert:
that:
- >
(
not (item.value.features['port-ui-desktop'] | default(false) | bool)
not (item.value.features['desktop'] | default(false) | bool)
)
or (domains | get_domain(item.key)).endswith(domains | get_domain('web-app-port-ui'))
fail_msg: >