added whitespace
This commit is contained in:
parent
329026cad8
commit
887263ba59
1 changed files with 1 additions and 1 deletions
2
Jenkins/release-linux-pipeline/Jenkinsfile
vendored
2
Jenkins/release-linux-pipeline/Jenkinsfile
vendored
|
@ -25,7 +25,7 @@ pipeline {
|
|||
stages {
|
||||
stage("git checkout"){
|
||||
steps {
|
||||
git url: 'https://github.com/llvm/llvm-project.git' branch:'release/10.x'
|
||||
git url: 'https://github.com/llvm/llvm-project.git' branch: 'release/10.x'
|
||||
sh 'git clean -fdx'
|
||||
dir("llvm-premerge-checks")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue