Skip to content

Commit

Permalink
fix: ignoring broken config in container registry
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
  • Loading branch information
alexey-igrychev committed Apr 4, 2022
1 parent 3cdcc14 commit 50ed5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/manager/storage_manager.go
Expand Up @@ -247,6 +247,7 @@ func (m *StorageManager) getStageDescriptionList(ctx context.Context, opts ...st

if stageDesc == nil {
logboek.Context(ctx).Warn().LogF("Ignoring stage %s: cannot get stage description from %s\n", stageID.String(), m.StagesStorage.String())
return nil
}

mutex.Lock()
Expand Down

0 comments on commit 50ed5c7

Please sign in to comment.