mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +08:00
ci(nightly): fix nightly after log message refactor (#2121)
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -1007,7 +1007,7 @@ func (gen *DedupeTaskGenerator) Next() (scheduler.Task, error) {
|
||||
|
||||
// if no digests left, then mark the task generator as done
|
||||
if gen.digest == "" {
|
||||
gen.Log.Info().Str("component", "dedupe").Msg("finished")
|
||||
gen.Log.Info().Str("component", "dedupe").Msg("no digests left, finished")
|
||||
|
||||
gen.done = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user