added comma
This commit is contained in:
parent
887263ba59
commit
f9a15e0cb3
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 {
|
stages {
|
||||||
stage("git checkout"){
|
stage("git checkout"){
|
||||||
steps {
|
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'
|
sh 'git clean -fdx'
|
||||||
dir("llvm-premerge-checks")
|
dir("llvm-premerge-checks")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue