1
0
Fork 0

fixed 2nd branch

This commit is contained in:
Christian Kühnel 2019-10-17 18:02:14 +02:00
parent 39e365688f
commit cf2ca87037

View file

@ -25,8 +25,7 @@ pipeline {
sh 'mkdir -p llvm-premerge-checks'
dir("llvm-premerge-checks")
{
git branch: "develop",
url: 'https://github.com/google/llvm-premerge-checks.git'
git url: 'https://github.com/google/llvm-premerge-checks.git'
}
}
}