From 9d1e01438acb7681e34cc6c33831b3836ca6b56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= <kuhnel@google.com> Date: Fri, 18 Oct 2019 15:13:23 +0200 Subject: [PATCH] fixed one typo --- Jenkins/Phabricator-pipeline/Jenkinsfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index 93cddb0..e9398e7 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -36,12 +36,10 @@ pipeline { stage('arc patch') { steps { sh """ - pwd - ls -l - ls -l .. - ls -l lvm-premerge-checks - lvm-premerge-checks/scripts/phabtalk/apply_patch.py - """ + ls -l + ls -l llvm-premerge-checks + llvm-premerge-checks/scripts/phabtalk/apply_patch.py + """ } } stage('CMake') {