fixed powershell call
This commit is contained in:
parent
c79e3d1013
commit
ed69149119
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ pipeline {
|
|||
}
|
||||
stage('arc patch'){
|
||||
steps {
|
||||
pwsh "python3 ${SCRIPT_DIR}/phabtalk/apply_patch2.py --comment-file ${PHAB_LOG} --token ${CONDUIT_TOKEN} --url ${PHABRICATOR_HOST} ${DIFF_ID}"
|
||||
dir("${LLVM_DIR}"){
|
||||
powershell "python3 ${SCRIPT_DIR}/phabtalk/apply_patch2.py --comment-file ${PHAB_LOG} --token ${CONDUIT_TOKEN} --url ${PHABRICATOR_HOST} ${DIFF_ID}"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('CMake') {
|
||||
|
|
Loading…
Reference in a new issue