You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a set of included task files which represent a composition of different variables. I also have one included generic task file and one main Taskfile which contains all includes. Task abcd in generic-tasks.yml is expected to always print A_B_C_D=A_B_C_D. With Task v2 this has been working as expected. However, with Task v3.0.0 the result is random and not always consistent:
I have a set of included task files which represent a composition of different variables. I also have one included generic task file and one main Taskfile which contains all includes. Task abcd in generic-tasks.yml is expected to always print A_B_C_D=A_B_C_D. With Task v2 this has been working as expected. However, with Task v3.0.0 the result is random and not always consistent:
taskfiles.zip
Overview of files and structure:
File: main/Taskfile.yml
File: vars-a.yml
File: vars-b.yml
File: vars-c.yml
File: vars-abdc.yml
File: generic-tasks.yml
The text was updated successfully, but these errors were encountered: