weldr/store: correctly update compose status
The entries in the map are stored by value, we must write them back after modifying them. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
02ec086e51
commit
7f82ef4043
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ func newStore(initialState []byte, stateChannel chan<- []byte, pendingJobs chan<
|
|||
compose.JobFinished = time.Now()
|
||||
}
|
||||
compose.QueueStatus = update.Status
|
||||
s.Composes[update.ComposeID] = compose
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue