added python prefix
This commit is contained in:
parent
5256091070
commit
80278d7583
1 changed files with 1 additions and 1 deletions
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -35,7 +35,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('arc patch') {
|
stage('arc patch') {
|
||||||
steps {
|
steps {
|
||||||
sh 'lvm-premerge-checks/scripts/phabtalk/apply_patch.py'
|
sh 'python lvm-premerge-checks/scripts/phabtalk/apply_patch.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('CMake') {
|
stage('CMake') {
|
||||||
|
|
Loading…
Reference in a new issue