Remove commented pre-Europa pipelines code

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-02-22 12:55:51 -07:00
parent 77660fb832
commit e63b74b08e

View File

@ -60,11 +60,6 @@ func New(typ string) Task {
}
func Lookup(v *compiler.Value) (Task, error) {
// FIXME: legacy pipelines
// if environment.IsComponent(v) {
// return New("#up"), nil
// }
if v.Kind() != cue.StructKind {
return nil, ErrNotTask
}