X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtdv3.sh;h=314ce9ffa1acf0e31f28e23ab1099d0f7cecc971;hb=9047db7d4c426865d55683e4beced7d69e1f8770;hp=f5be6e6bebac200ec83d12ef53f866783e182052;hpb=dcf5761d0c38f01d4397784870c9031d4d499441;p=releng%2Fglobal-jjb.git diff --git a/shell/rtdv3.sh b/shell/rtdv3.sh index f5be6e6b..314ce9ff 100644 --- a/shell/rtdv3.sh +++ b/shell/rtdv3.sh @@ -41,6 +41,12 @@ fi #MASTER_RTD_PROJECT as a global jenkins cnt masterproject="$umbrella-$MASTER_RTD_PROJECT" +#Exception needed for onap, due to importing their old docs. +if [[ $masterproject == "onap-doc" ]]; then + masterproject="onap" +fi + + echo "INFO:" echo "INFO: Project: $PROJECT" echo "INFO: Read the Docs Sub Project: https://$rtdproject.readthedocs.io"