This commit is contained in:
2023-04-22 14:00:13 +03:00
parent 0019f362aa
commit b0496995b6

View File

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