mirror of
https://github.com/go-task/task.git
synced 2026-02-24 03:59:52 +01:00
fix: copy watch when merging tasks during import (#2686)
This commit is contained in:
@@ -242,6 +242,7 @@ func (t *Task) DeepCopy() *Task {
|
||||
Requires: t.Requires.DeepCopy(),
|
||||
Namespace: t.Namespace,
|
||||
FullName: t.FullName,
|
||||
Watch: t.Watch,
|
||||
Failfast: t.Failfast,
|
||||
}
|
||||
return c
|
||||
|
||||
Reference in New Issue
Block a user