Missed this one on my last go.
masterproject must equal rtdproject
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I1a184885dfee04f6abde6f29482d292bc7d85c58
#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:"