From: Aric Gardner Date: Fri, 26 Jun 2020 18:51:07 +0000 (-0400) Subject: Fix ONAP exception. X-Git-Tag: v0.55.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F64364%2F2;hp=9047db7d4c426865d55683e4beced7d69e1f8770;p=releng%2Fglobal-jjb.git Fix ONAP exception. Missed this one on my last go. masterproject must equal rtdproject Signed-off-by: Aric Gardner Change-Id: I1a184885dfee04f6abde6f29482d292bc7d85c58 --- 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:"