From 9664b6bbc080b5b9132a742e0ef2a793726bae9b Mon Sep 17 00:00:00 2001 From: Jeremy Phelps Date: Wed, 24 May 2017 13:00:19 -0500 Subject: [PATCH] Adjust git url JIRA: RELENG-127 Change-Id: I596866ca28a3dd6067072563ad2fb981da673d69 Signed-off-by: Jeremy Phelps --- jjb/lf-ci-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index fb403bc2..03db349c 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -201,7 +201,7 @@ scm: - lf-infra-github-scm: - url: '{github-url}/{github-org}/{project}' + url: 'git@github.com:{github-org}/{project}' refspec: '' branch: '{branch}' submodule-recursive: '{submodule-recursive}' @@ -245,7 +245,7 @@ scm: - lf-infra-github-scm: - url: '{github-url}/{github-org}/{project}' + url: 'git@github.com:{github-org}/{project}' refspec: '+refs/pull/*:refs/remotes/origin/pr/*' branch: '{branch}' submodule-recursive: '{submodule-recursive}' -- 2.16.6