X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtd-verify.sh;h=ea3aca7e0456a26dd694737e02bfac5eea2f5cef;hb=29507d6c600e469e78bd2c481b742878b5fd4da4;hp=810a87cb0db4b04c4d05b1bfd55c489611017fd0;hpb=ebfafa6139affe24a2330bd90f59f6adbc033a47;p=releng%2Fglobal-jjb.git diff --git a/shell/rtd-verify.sh b/shell/rtd-verify.sh index 810a87cb..ea3aca7e 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 -e . +fi + echo "---> Generating docs" cd "$WORKSPACE" tox -edocs