diff --git a/src/org/SHS/Platforms.groovy b/src/org/SHS/Platforms.groovy index f133919..70d4dcd 100644 --- a/src/org/SHS/Platforms.groovy +++ b/src/org/SHS/Platforms.groovy @@ -15,7 +15,7 @@ class Platforms { } public void forEach(functor, stage_suffix = "") { - def root = steps.readJSON(file: 'platforms/*/platforms.json') + def root = steps.readJSON(file: 'platforms_git/platforms.json') root.Platforms.each { key, dist -> if (dist.enabled) { steps.stage ("${key}${stage_suffix}") {