This commit is contained in:
2023-04-22 14:01:05 +03:00
parent b0496995b6
commit 8a69dfd74f

View File

@@ -9,7 +9,7 @@ class Platforms {
steps.stage("Download platforms.json") { steps.stage("Download platforms.json") {
steps.dir("platforms") { steps.dir("platforms") {
steps.deleteDir() steps.deleteDir()
git url: "${steps.env.PLATFORMS_GIT}" steps.git url: "${steps.env.PLATFORMS_GIT}"
} }
} }
} }