Skip to content

Commit

Permalink
[testing] debian ami check
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathramesh committed Jan 9, 2025
1 parent bab2f23 commit 4b6f7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/strategyMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def list_distro_files():
return [
filename
for filename in os.listdir(".")
if (filename.startswith("debian"))
if (filename.endswith(".yml") or filename.endswith(".yaml"))
and filename != "common.yml"
]
except Exception as e:
Expand Down

0 comments on commit 4b6f7ad

Please sign in to comment.