Clean up old code
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
31925afa05
commit
a429e0cbaf
@ -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
|
||||
}
|
||||
|
@ -63,7 +63,6 @@ package engine
|
||||
|
||||
input: #FS
|
||||
#CopyInfo
|
||||
dest: string
|
||||
output: #FS
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user