Skip to content

Commit

Permalink
removed_artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov authored Aug 20, 2024
1 parent 9139967 commit bdafcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory_cleanup/artifactorycleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _delete(artifact):
policy_name=policy.name,
artifacts_size=artifacts_size,
artifacts_removed=len(artifacts_to_remove),
artifacts=artifacts_to_remove
removed_artifacts=artifacts_to_remove
)
yield summary
except KeyError:
Expand Down

0 comments on commit bdafcf8

Please sign in to comment.