f4
This commit is contained in:
@@ -23,8 +23,8 @@ class Platforms {
|
|||||||
steps.print("blackList = ${blackList}")
|
steps.print("blackList = ${blackList}")
|
||||||
_root.Platforms.each { key, dist ->
|
_root.Platforms.each { key, dist ->
|
||||||
if (dist.enabled) {
|
if (dist.enabled) {
|
||||||
ok = true;
|
def ok = true;
|
||||||
dn = key.toLowerCase()
|
def dn = key.toLowerCase()
|
||||||
if (whiteList.size() > 0) {
|
if (whiteList.size() > 0) {
|
||||||
for (l in whiteList) {
|
for (l in whiteList) {
|
||||||
if (dn.indexOf(l) < 0) {
|
if (dn.indexOf(l) < 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user