fixed typo in path
This commit is contained in:
parent
9db1fd9654
commit
b386bd2e0d
1 changed files with 1 additions and 1 deletions
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -72,7 +72,7 @@ pipeline {
|
||||||
stage('ninja check-all') {
|
stage('ninja check-all') {
|
||||||
steps {
|
steps {
|
||||||
dir("${LLVM_DIR}"){
|
dir("${LLVM_DIR}"){
|
||||||
powershell "python s${SCRIPT_DIR}/run_ninja.py check-all"
|
powershell "python ${SCRIPT_DIR}/run_ninja.py check-all"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue