1
0
Fork 0

fixed typo in path

This commit is contained in:
Christian Kühnel 2020-04-24 14:35:23 +02:00
parent 9db1fd9654
commit b386bd2e0d

View file

@ -72,7 +72,7 @@ pipeline {
stage('ninja check-all') {
steps {
dir("${LLVM_DIR}"){
powershell "python s${SCRIPT_DIR}/run_ninja.py check-all"
powershell "python ${SCRIPT_DIR}/run_ninja.py check-all"
}
}
}