mirror of
https://github.com/go-task/task.git
synced 2025-06-15 00:15:10 +02:00
initial pass at deferred commands
This commit is contained in:
@ -102,6 +102,7 @@ func (e *Executor) compiledTask(call taskfile.Call, evaluateShVars bool) (*taskf
|
||||
Cmd: r.Replace(cmd.Cmd),
|
||||
Vars: r.ReplaceVars(cmd.Vars),
|
||||
IgnoreError: cmd.IgnoreError,
|
||||
Defer: cmd.Defer,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user