1
0
Fork 0

added more ls

This commit is contained in:
Christian Kühnel 2019-10-18 15:08:36 +02:00
parent 1774f8b3d2
commit bf57094670

View file

@ -37,8 +37,9 @@ pipeline {
steps {
sh """
pwd
python --version
ls -l lvm-premerge-checks/scripts/phabtalk
ls -l
ls -l ..
ls -l lvm-premerge-checks
lvm-premerge-checks/scripts/phabtalk/apply_patch.py
"""
}