From f7bc03cb7ded3f51227949b4f2569c1990a71d94 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 6 Apr 2018 16:38:00 -0700 Subject: [PATCH] Switch Global-JJB Submodule URL to Github This is the recommended practice for adding global-jjb as a submodule to the ci-management repo. Change-Id: I713da3ec1637dbe2c89ecba5f4b573ed0e81024b Signed-off-by: Trevor Bramwell --- init/config-ci-environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/config-ci-environment.sh b/init/config-ci-environment.sh index 33780fc..c7be99c 100644 --- a/init/config-ci-environment.sh +++ b/init/config-ci-environment.sh @@ -79,7 +79,7 @@ if [ ! -f /init/step-5.done ]; then git clone ssh://workshop@gerrit:29418/ci-management.git $CI_MANAGEMENT_REPO mkdir -p $CI_MANAGEMENT_REPO/jjb cd $CI_MANAGEMENT_REPO/jjb - git submodule add https://gerrit.linuxfoundation.org/infra/releng/global-jjb + git submodule add https://github.com/lfit/releng-global-jjb cd $CI_MANAGEMENT_REPO/jjb/global-jjb git checkout $GLOBAL_JJB_VERSION cd $CI_MANAGEMENT_REPO -- 2.16.6