Clean up old code

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2021-12-20 11:59:36 -07:00
parent 31925afa05
commit a429e0cbaf
2 changed files with 0 additions and 9 deletions

View File

@ -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
}

View File

@ -63,7 +63,6 @@ package engine
input: #FS
#CopyInfo
dest: string
output: #FS
}