added missing comma
This commit is contained in:
parent
89c08fc390
commit
afc399e916
1 changed files with 1 additions and 1 deletions
2
Jenkins/BETA-phabricator-linux/Jenkinsfile
vendored
2
Jenkins/BETA-phabricator-linux/Jenkinsfile
vendored
|
@ -56,7 +56,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
dir("${LLVM_DIR}")
|
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 clean -fdx'
|
||||||
sh 'git show -s'
|
sh 'git show -s'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue