Remove commented pre-Europa pipelines code
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
77660fb832
commit
e63b74b08e
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user