1
0
mirror of https://github.com/go-task/task.git synced 2025-06-17 00:17:51 +02:00

Merge branch 'master' into v3

This commit is contained in:
Andrey Nering
2020-03-28 10:48:49 -03:00
24 changed files with 132 additions and 536 deletions

View File

@ -28,6 +28,7 @@ func (e *Executor) CompiledTask(call taskfile.Call) (*taskfile.Task, error) {
new := taskfile.Task{
Task: origTask.Task,
Desc: r.Replace(origTask.Desc),
Summary: r.Replace(origTask.Summary),
Sources: r.ReplaceSlice(origTask.Sources),
Generates: r.ReplaceSlice(origTask.Generates),
Dir: r.Replace(origTask.Dir),