Skip to content

Commit

Permalink
Do not deduplicate by default on update. refs: #25
Browse files Browse the repository at this point in the history
  • Loading branch information
spanezz committed Mar 25, 2022
1 parent f0b97e8 commit 4525ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions moncic/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ def run(self):

log.info("%d images successfully updated", count_ok)

images.deduplicate()

if count_failed:
log.error("%d images failed to update", count_failed)
return 6
Expand Down

0 comments on commit 4525ac6

Please sign in to comment.