X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtd-verify.sh;fp=shell%2Frtd-verify.sh;h=86254a10057a3fa4235c915261c5a6d4d79a701e;hb=d55622b9eb387b5675fbd00a9b87f05449e85166;hp=810a87cb0db4b04c4d05b1bfd55c489611017fd0;hpb=49efd0f40506f156d007e536f2f97d7dd8c53b37;p=releng%2Fglobal-jjb.git diff --git a/shell/rtd-verify.sh b/shell/rtd-verify.sh index 810a87cb..86254a10 100644 --- a/shell/rtd-verify.sh +++ b/shell/rtd-verify.sh @@ -30,6 +30,11 @@ fi git fetch origin "$GERRIT_REFSPEC" && git checkout FETCH_HEAD git submodule update +if [[ $JOB_NAME == "lf-infra-lftools-rtd-verify-any" ]]; then + # Install patchset lftools + python3 -m pip install --user -e . +fi + echo "---> Generating docs" cd "$WORKSPACE" tox -edocs