X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtd-verify.sh;h=a1b1330c2255872a8d54c870cd4dfae1c05f2462;hb=b9eb4581940562effcf67863704a3ec2c47ceca0;hp=7f403ebb9e425c58f35f16889ca751027978ad34;hpb=4d3e0b4e7bd54c19e1ebdbe4d79e8861ad158c70;p=releng%2Fglobal-jjb.git diff --git a/shell/rtd-verify.sh b/shell/rtd-verify.sh index 7f403ebb..a1b1330c 100644 --- a/shell/rtd-verify.sh +++ b/shell/rtd-verify.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -l # SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. @@ -30,6 +30,16 @@ fi git fetch origin "$GERRIT_REFSPEC" && git checkout FETCH_HEAD git submodule update + +# When a new commands are added in lftools, the docs verify job needs to +# run the new command which requires installing the lftools dev version +if [[ $JOB_NAME == "lf-infra-lftools-rtd-verify-any" ]]; then + # shellcheck disable=SC1090 + source ~/lf-env.sh + lf-activate-venv pip + pip install -e . +fi + echo "---> Generating docs" cd "$WORKSPACE" tox -edocs