X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtd-verify.sh;h=e91dd71c6dd79aec179b9fb4b33dc6d0eb7f3804;hb=eafdcafcbe25dbad05e5117aca20bf6ea048ac44;hp=a1b1330c2255872a8d54c870cd4dfae1c05f2462;hpb=7d4c69662eb5a746f1cb286b77730aeb394d6ac2;p=releng%2Fglobal-jjb.git diff --git a/shell/rtd-verify.sh b/shell/rtd-verify.sh index a1b1330c..e91dd71c 100644 --- a/shell/rtd-verify.sh +++ b/shell/rtd-verify.sh @@ -28,7 +28,10 @@ if [ "$GERRIT_PROJECT" != "$PROJECT" ]; then fi git fetch origin "$GERRIT_REFSPEC" && git checkout FETCH_HEAD -git submodule update +git submodule update --init --recursive +for submod in $(git config -f .gitmodules --get-regexp '^submodule\.(.+)\.url' | awk -e '{print $1}'); do + git config --get "$submod" +done # When a new commands are added in lftools, the docs verify job needs to