1
0
Fork 0

changed python command

This commit is contained in:
Christian Kühnel 2020-01-16 15:04:06 +01:00
parent a0cd42f18c
commit bdff02c159

View file

@ -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}
""" """
} }
} }