Skip to content

Commit

Permalink
Fixes invalid key error
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jun 5, 2024
1 parent b299026 commit 7392aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging_automation/test_citus_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TestPlatform(Enum):
centos_7 = {"name": "centos/7", "docker_image_name": "centos-7"}
ol_7 = {"name": "ol/7", "docker_image_name": "ol-7"}
ol_8 = {"name": "ol/8", "docker_image_name": "ol-8"}
ol_8 = {"name": "ol/8", "docker_image_name": "ol-9"}
ol_9 = {"name": "ol/9", "docker_image_name": "ol-9"}
debian_stretch = {"name": "debian/stretch", "docker_image_name": "debian-stretch"}
debian_buster = {"name": "debian/buster", "docker_image_name": "debian-buster"}
debian_bullseye = {
Expand Down

0 comments on commit 7392aec

Please sign in to comment.