mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Jenkins: Second dummy commit to test new webhook flow
This commit is contained in:
parent
a8be5d1f18
commit
e9af11d9d9
1 changed files with 1 additions and 1 deletions
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
|
@ -130,7 +130,7 @@ def gitClone(repository, branch) {
|
|||
|
||||
def removeDir(dir) {
|
||||
if (isUnix())
|
||||
return sh(returnStatus: true, script: "rm -rf \"$dir\"")
|
||||
return sh(returnStatus: true, script: "rm -rf '$dir'")
|
||||
else
|
||||
return bat(returnStatus: true, script: "rd /s /q \"$dir\"")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue