Skip to content

Commit 50ed5c7

Browse files
fix: ignoring broken config in container registry
Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
1 parent 3cdcc14 commit 50ed5c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/storage/manager/storage_manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ func (m *StorageManager) getStageDescriptionList(ctx context.Context, opts ...st
247247

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

252253
mutex.Lock()

0 commit comments

Comments
 (0)