Fix ONAP exception. 64/64364/2 v0.55.1
authorAric Gardner <agardner@linuxfoundation.org>
Fri, 26 Jun 2020 18:51:07 +0000 (14:51 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Fri, 26 Jun 2020 19:09:25 +0000 (15:09 -0400)
Missed this one on my last go.
masterproject must equal rtdproject

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I1a184885dfee04f6abde6f29482d292bc7d85c58

shell/rtdv3.sh

index 314ce9f..23d373d 100644 (file)
@@ -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:"