Actions
action #176973
closedAllow block style for items in yaml SCHEDULE size:s
Start date:
2025-02-11
Due date:
2025-02-26
% Done:
0%
Estimated time:
Description
Found a strange behavior when try to list items in SCHEDULE
using block style instead of a single line in yaml :
it seems that the last item is not read correctly and cause an error.
This works fine:
SCHEDULE: yam/agama/boot_agama,yam/agama/agama_auto,installation/grub_test,installation/first_boot,yam/validate/validate_first_user,console/verify_separate_home
but this not:
SCHEDULE: >
yam/agama/boot_agama
yam/agama/agama_auto
installation/grub_test
installation/first_boot
yam/validate/validate_product
yam/validate/validate_first_user
console/verify_separate_home
There is a workaround proposed by @nicksinger and @tinita by >-
:
SCHEDULE: >-
...
See:
Actions