1
0
Fork 0

added python prefix

This commit is contained in:
Christian Kühnel 2019-10-18 15:03:20 +02:00
parent 5256091070
commit 80278d7583

View file

@ -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') {