added missing quote
This commit is contained in:
parent
164610f284
commit
87bf3c2601
1 changed files with 1 additions and 1 deletions
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -46,7 +46,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
sh 'rm -rf build || true'
|
sh 'rm -rf build || true'
|
||||||
sh 'mkdir -p build'
|
sh 'mkdir -p build'
|
||||||
sh 'mkdir -p "${TARGET_DIR}'
|
sh 'mkdir -p "${TARGET_DIR}"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('arc patch'){
|
stage('arc patch'){
|
||||||
|
|
Loading…
Reference in a new issue