s2
This commit is contained in:
@@ -4,7 +4,7 @@ class Platforms {
|
|||||||
def steps
|
def steps
|
||||||
public Platforms(steps) {this.steps = steps}
|
public Platforms(steps) {this.steps = steps}
|
||||||
public Boolean get() {
|
public Boolean get() {
|
||||||
stage("Download platforms.json") {
|
steps.stage("Download platforms.json") {
|
||||||
steps.sh "rm -rf platforms"
|
steps.sh "rm -rf platforms"
|
||||||
steps.sh "git clone --depth 1 ${steps.env.PLATFORMS_GIT} platforms"
|
steps.sh "git clone --depth 1 ${steps.env.PLATFORMS_GIT} platforms"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user