1
0
Fork 0

fixed url

This commit is contained in:
Christian Kühnel 2020-03-23 17:12:25 +01:00
parent afc399e916
commit 3c098379d2

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: 'git@github.com:llvm-premerge-tests/llvm-project.git', branch: "phab-diff-${DIFF_ID}"
sh 'git clean -fdx'
sh 'git show -s'
}