Skip to content

Commit

Permalink
fix: err condition
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
  • Loading branch information
cre8ivejp committed Jan 22, 2025
1 parent 238bcaa commit 94b934b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/batch/jobs/deleter/tag_deleter.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (td *tagDeleter) Run(ctx context.Context) (lastErr error) {
deletedCount, err := td.deleteUnusedTags(ctx, envTag.Tags, envFt.Features)
if err != nil {
lastErr = err
continue
}
deletedSize += deletedCount
}
Expand Down

0 comments on commit 94b934b

Please sign in to comment.