Skip to content

Commit d9200c0

Browse files
committed
temp
1 parent 51ccb37 commit d9200c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pulp_container/app/replica.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def distribution_extra_fields(self, repository, upstream_distribution):
4242
Return the fields that need to be updated/cleared on distributions for idempotence.
4343
"""
4444
fields = super().distribution_extra_fields(repository, upstream_distribution)
45-
fields.pop("publication")
4645
fields["private"] = upstream_distribution["private"]
4746
fields["description"] = upstream_distribution["description"]
4847
return fields

0 commit comments

Comments
 (0)