X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtdv3.sh;h=23d373d174f04781436ed97ddb27f795bc3a6d91;hb=99e1a22608c6aa57ea78567683e98fcbcc9eb552;hp=314ce9ffa1acf0e31f28e23ab1099d0f7cecc971;hpb=9047db7d4c426865d55683e4beced7d69e1f8770;p=releng%2Fglobal-jjb.git diff --git a/shell/rtdv3.sh b/shell/rtdv3.sh index 314ce9ff..23d373d1 100644 --- a/shell/rtdv3.sh +++ b/shell/rtdv3.sh @@ -41,10 +41,13 @@ fi #MASTER_RTD_PROJECT as a global jenkins cnt masterproject="$umbrella-$MASTER_RTD_PROJECT" -#Exception needed for onap, due to importing their old docs. +#Exceptions needed for onap, due to importing their old docs. if [[ $masterproject == "onap-doc" ]]; then masterproject="onap" fi +if [[ $rtdproject == "onap-doc" ]]; then + rtdproject="onap" +fi echo "INFO:"