fixed url
This commit is contained in:
parent
afc399e916
commit
3c098379d2
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 {
|
||||
dir("${LLVM_DIR}")
|
||||
{
|
||||
git url: 'https://github.com/llvm/llvm-project.git', branch: "phab-diff-${DIFF_ID}"
|
||||
git url: 'git@github.com:llvm-premerge-tests/llvm-project.git', branch: "phab-diff-${DIFF_ID}"
|
||||
sh 'git clean -fdx'
|
||||
sh 'git show -s'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue