fixed one typo
This commit is contained in:
parent
bf57094670
commit
9d1e01438a
1 changed files with 4 additions and 6 deletions
10
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
10
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -36,12 +36,10 @@ pipeline {
|
||||||
stage('arc patch') {
|
stage('arc patch') {
|
||||||
steps {
|
steps {
|
||||||
sh """
|
sh """
|
||||||
pwd
|
ls -l
|
||||||
ls -l
|
ls -l llvm-premerge-checks
|
||||||
ls -l ..
|
llvm-premerge-checks/scripts/phabtalk/apply_patch.py
|
||||||
ls -l lvm-premerge-checks
|
"""
|
||||||
lvm-premerge-checks/scripts/phabtalk/apply_patch.py
|
|
||||||
"""
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('CMake') {
|
stage('CMake') {
|
||||||
|
|
Loading…
Reference in a new issue