1
0
Fork 0

added whitespace

This commit is contained in:
Christian Kühnel 2020-01-16 17:11:52 +01:00
parent 329026cad8
commit 887263ba59

View file

@ -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")
{