1
0
Fork 0

added missing comma

This commit is contained in:
Christian Kühnel 2020-03-23 17:10:13 +01:00
parent 89c08fc390
commit afc399e916

View file

@ -56,7 +56,7 @@ pipeline {
steps {
dir("${LLVM_DIR}")
{
git url: 'https://github.com/llvm/llvm-project.git' branch: "phab-diff-${DIFF_ID}"
git url: 'https://github.com/llvm/llvm-project.git', branch: "phab-diff-${DIFF_ID}"
sh 'git clean -fdx'
sh 'git show -s'
}