X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtd-verify.sh;h=29a991b5b35fc5794ffdb387979a696273020327;hb=89a3197c179eae7b3d8fba46ba2aa74367895eb0;hp=a1b1330c2255872a8d54c870cd4dfae1c05f2462;hpb=0f9b36b3c10d4ae559b96b2bb61676e164d89ca0;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