diff --git a/plan/task/copy.go b/plan/task/copy.go index a9df4ccd..ebaedc10 100644 --- a/plan/task/copy.go +++ b/plan/task/copy.go @@ -80,12 +80,4 @@ func (t *copyTask) Run(ctx context.Context, pctx *plancontext.Context, s solver. return compiler.NewValue().FillFields(map[string]interface{}{ "output": fs.MarshalCUE(), }) - - // output := compiler.NewValue() - - // if err := output.FillPath(cue.ParsePath("output"), fs.MarshalCUE()); err != nil { - // return nil, err - // } - - // return output, nil } diff --git a/stdlib/europa/dagger/engine/fs.cue b/stdlib/europa/dagger/engine/fs.cue index 8940052a..c564fe95 100644 --- a/stdlib/europa/dagger/engine/fs.cue +++ b/stdlib/europa/dagger/engine/fs.cue @@ -63,7 +63,6 @@ package engine input: #FS #CopyInfo - dest: string output: #FS }