diff --git a/src/org/SHS/Platforms.groovy b/src/org/SHS/Platforms.groovy index d3a1154..703292e 100644 --- a/src/org/SHS/Platforms.groovy +++ b/src/org/SHS/Platforms.groovy @@ -30,7 +30,6 @@ class Platforms { if (dn.indexOf(l) < 0) { ok = false; steps.print("${key} skip because of whiteList") - break; } } } @@ -38,7 +37,6 @@ class Platforms { if (dn.indexOf(l) >= 0) { ok = false; steps.print("${key} skip because of blackList") - break; } } if (ok) {