Skip to content

Commit 6086448

Browse files
authored
Upgrade fluent bit version to 3.2.2 to centos packages only (#188)
Upgrade fb version to 3.2.2 for centos
1 parent 5b163c4 commit 6086448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/strategyMatrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def list_distro_files():
186186
return [
187187
filename
188188
for filename in os.listdir(".")
189-
if (filename.startswith("amazonlinux"))
189+
if (filename.startswith("centos"))
190190
and filename != "common.yml"
191191
]
192192
except Exception as e:

0 commit comments

Comments
 (0)