Signed-off-by: Carola Nitz <nitz.carola@googlemail.com> (cherry picked from commit 1e1237c3ec8e8843d41c63a63bae969a495225d0)
@@ -292,6 +292,12 @@ podOperations()
# Command Center #
##################
+# Currently, mobile and tv cannot be deployed at the same time.
+if [ "$DEPLOY_MOBILEVLCKIT" = "yes" ] && [ "$DEPLOY_TVVLCKIT" = "yes" ]; then
+ log "Error" "Cannot depoy MobileVLCKit and TVVLCKit at the same time!"
+ exit 1
+fi
+
if [ "$CLEAN" = "yes" ]; then
clean
fi