Fix adding of the global-jjb submodule 79/9879/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 10 Apr 2018 13:59:42 +0000 (06:59 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 10 Apr 2018 14:22:00 +0000 (07:22 -0700)
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 <tbramwell@linuxfoundation.org>
init/config-ci-environment.sh

index c7be99c..0a741e6 100644 (file)
@@ -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