f6
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user