changed python command
This commit is contained in:
parent
a0cd42f18c
commit
bdff02c159
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pipeline {
|
||||||
dir("${LLVM_DIR}"){
|
dir("${LLVM_DIR}"){
|
||||||
powershell """
|
powershell """
|
||||||
\$ErrorActionPreference = 'Stop'
|
\$ErrorActionPreference = 'Stop'
|
||||||
python3 ${SCRIPT_DIR}/phabtalk/apply_patch2.py --comment-file ${PHAB_LOG} --token ${CONDUIT_TOKEN} --url ${PHABRICATOR_HOST} ${DIFF_ID}
|
python ${SCRIPT_DIR}/phabtalk/apply_patch2.py --comment-file ${PHAB_LOG} --token ${CONDUIT_TOKEN} --url ${PHABRICATOR_HOST} ${DIFF_ID}
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue