Skip to content

Commit

Permalink
Merge pull request #247 from red-hat-storage/use-quay-for-containers
Browse files Browse the repository at this point in the history
Revert "Add use_quay_for_containers to ProductVersion render output"
  • Loading branch information
rhjostone authored Nov 16, 2023
2 parents 910b054 + db0ddae commit 0b06d03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion errata_tool/product_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def render(self):
'rhel_release_name': rhel_release,
'brew_tags': brew_tags,
'is_server_only': self.is_server_only,
'use_quay_for_containers': self.use_quay_for_containers,
'push_targets': [
str(target['name'])
for target in self.relationships['push_targets']
Expand Down
1 change: 0 additions & 1 deletion errata_tool/tests/test_product_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def test_product_version_pretty_print(product_version):
'push_targets': ['ftp', 'cdn_stage', 'cdn_docker_stage', 'cdn_docker', 'cdn'],
'rhel_release_name': 'RHEL-7',
'sig_key_name': 'redhatrelease2',
'use_quay_for_containers': False,
'variants': [{'description': 'Red Hat Ceph Storage 3.1 MON',
'enabled': True,
'name': '7Server-RHEL-7-RHCEPH-3.1-MON',
Expand Down

0 comments on commit 0b06d03

Please sign in to comment.