mirror of
https://github.com/go-task/task.git
synced 2025-07-03 00:57:02 +02:00
add checksum based status check, alternative to timestamp based
This commit is contained in:
@ -31,6 +31,10 @@ func (e *Executor) ReadTaskfile() error {
|
||||
if err := mergo.MapWithOverwrite(&e.Tasks, osTasks); err != nil {
|
||||
return err
|
||||
}
|
||||
for name, task := range e.Tasks {
|
||||
task.Task = name
|
||||
}
|
||||
|
||||
return e.readTaskvars()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user