Skip to content

Commit c855141

Browse files
committed
hasGalera - exact builder match
1 parent dad1fa2 commit c855141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def hasGalera(props):
562562
builderName = str(props.getProperty("buildername"))
563563

564564
for b in builders_galera_mtr:
565-
if builderName in b:
565+
if builderName == b:
566566
return True
567567
return False
568568

0 commit comments

Comments
 (0)