fixed 2nd branch
This commit is contained in:
parent
39e365688f
commit
cf2ca87037
1 changed files with 1 additions and 2 deletions
3
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
3
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue