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>
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