another exec
This commit is contained in:
@@ -6,10 +6,9 @@ class Platforms {
|
||||
public Platforms(steps) {this.steps = steps}
|
||||
|
||||
public void get() {
|
||||
"pwd".execute()
|
||||
steps.stage("Download platforms.json") {
|
||||
steps.sh "rm -rf platforms"
|
||||
steps.sh "git clone --depth 1 ${steps.env.PLATFORMS_GIT} platforms"
|
||||
"rm -rf platforms".execute()
|
||||
"git clone --depth 1 ${steps.env.PLATFORMS_GIT} platforms".execute()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user