feat: support restic check operation (#303)

This commit is contained in:
Gareth
2024-05-27 10:26:18 -07:00
committed by GitHub
parent 5a51ae7c20
commit ce42f68d0d
43 changed files with 1807 additions and 989 deletions

View File

@@ -84,11 +84,7 @@ func (t *taskRunnerImpl) ExecuteHooks(events []v1.Hook_Condition, vars hook.Hook
}
}
if planID != "" {
var err error
plan, err = t.FindPlan()
if err != nil {
return err
}
plan, _ = t.FindPlan()
}
var flowID int64
if t.op != nil {