Implement prepare stage input resolution
This commit is contained in:
@@ -163,7 +163,7 @@ func (s placeholderStage) Run(ctx context.Context, env *Env, m *manifest.Manifes
|
||||
// All returns the canonical ordered stage list for full pipeline execution.
|
||||
func All() []Stage {
|
||||
return []Stage{
|
||||
placeholderStage{name: "prepare"},
|
||||
prepareStage{},
|
||||
placeholderStage{name: "transcribe"},
|
||||
placeholderStage{name: "normalize"},
|
||||
placeholderStage{name: "merge"},
|
||||
|
||||
Reference in New Issue
Block a user