Open AustinAbro321 opened 8 months ago
I believe this is a duplicate of https://github.com/defenseunicorns/maru-runner/issues/82
In this case it would be setting the matrix based on a var generated in the earlier task that then loops over the options, similar to how you can do so in github
Is your feature request related to a problem? Please describe
I am building out a task that calls other tasks with an input. The input is dynamic, generated from a for loop, and I want to call the child task with it. I can do this with uds run but this is not ideal in a few ways.
I get error output for both tasks at the same time. I'm not sure the best way to give the output, but it does feel messy and hard to parse when I have both outputs going to me, if we controlled this flow I think we could make it look cleaner.
Describe the solution you'd like
task: base-task
syntax.^ This is just one idea and might not work, but I think it would be nice to have a solution that can accomplish something similar