Skip to content

Commit

Permalink
uncomment centos 7 and 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnalahema committed Oct 30, 2024
1 parent 73778f5 commit 3e33451
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
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.endswith(".yml") or filename.endswith(".yaml"))
if (filename.statswith("centos_"))
and filename != "common.yml"
]
except Exception as e:
Expand Down

0 comments on commit 3e33451

Please sign in to comment.