Allow hidden tasks

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2022-01-12 12:58:27 -07:00
parent 0a72696bdc
commit 816dfc8ca0
7 changed files with 68 additions and 82 deletions

View File

@@ -150,7 +150,9 @@ func (p *Plan) Up(ctx context.Context, s solver.Solver) (*compiler.Value, error)
computed := compiler.NewValue()
flow := cueflow.New(
&cueflow.Config{},
&cueflow.Config{
FindHiddenTasks: true,
},
p.source.Cue(),
newRunner(p.context, s, computed),
)