X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtd-verify.sh;h=29a991b5b35fc5794ffdb387979a696273020327;hb=becdc0eb6b155239bbf866be8890e453f2f146ba;hp=a1b1330c2255872a8d54c870cd4dfae1c05f2462;hpb=9b095b3b1a1f7179f4c3c62b17bc6ac010d53840;p=releng%2Fglobal-jjb.git diff --git a/shell/rtd-verify.sh b/shell/rtd-verify.sh index a1b1330c..29a991b5 100644 --- a/shell/rtd-verify.sh +++ b/shell/rtd-verify.sh @@ -29,6 +29,9 @@ fi git fetch origin "$GERRIT_REFSPEC" && git checkout FETCH_HEAD git submodule update +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