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