From: Trevor Bramwell Date: Tue, 10 Apr 2018 13:59:42 +0000 (-0700) Subject: Fix adding of the global-jjb submodule X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=bf7202fde62f2e47f977030082c408320fe3f3de;p=releng%2Fci-workshop.git Fix adding of the global-jjb submodule As the URL changed and the path is not explicilty set, this was being added at jjb/releng-global-jjb instead of jjb/global-jjb. Change-Id: Ieccc7298aef213eb8997f8e516a3c907e515164f Signed-off-by: Trevor Bramwell --- diff --git a/init/config-ci-environment.sh b/init/config-ci-environment.sh index c7be99c..0a741e6 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://github.com/lfit/releng-global-jjb + git submodule add https://github.com/lfit/releng-global-jjb global-jjb cd $CI_MANAGEMENT_REPO/jjb/global-jjb git checkout $GLOBAL_JJB_VERSION cd $CI_MANAGEMENT_REPO