Fix "up-to-date" logic.
This commit is contained in:
parent
3bdc96019f
commit
b7df226f0d
3 changed files with 34 additions and 15 deletions
1
graph.go
1
graph.go
|
|
@ -29,6 +29,7 @@ type nodeStatus int
|
|||
const (
|
||||
nodeStatusReady nodeStatus = iota
|
||||
nodeStatusStarted
|
||||
nodeStatusNop
|
||||
nodeStatusDone
|
||||
nodeStatusFailed
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue