1
0
Fork 0

fixed one typo

This commit is contained in:
Christian Kühnel 2019-10-18 15:13:23 +02:00
parent bf57094670
commit 9d1e01438a

View file

@ -36,11 +36,9 @@ pipeline {
stage('arc patch') { stage('arc patch') {
steps { steps {
sh """ sh """
pwd
ls -l ls -l
ls -l .. ls -l llvm-premerge-checks
ls -l lvm-premerge-checks llvm-premerge-checks/scripts/phabtalk/apply_patch.py
lvm-premerge-checks/scripts/phabtalk/apply_patch.py
""" """
} }
} }