using python3 prefix and absolute paths
This commit is contained in:
parent
9d1e01438a
commit
d005ee7a9f
1 changed files with 1 additions and 5 deletions
6
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
6
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -35,11 +35,7 @@ pipeline {
|
|||
}
|
||||
stage('arc patch') {
|
||||
steps {
|
||||
sh """
|
||||
ls -l
|
||||
ls -l llvm-premerge-checks
|
||||
llvm-premerge-checks/scripts/phabtalk/apply_patch.py
|
||||
"""
|
||||
sh 'python3 ${WORKSPACE}/llvm-premerge-checks/scripts/phabtalk/apply_patch.py'
|
||||
}
|
||||
}
|
||||
stage('CMake') {
|
||||
|
|
Loading…
Reference in a new issue