Add notice

Change-Id: I10bc1890b264e0b5dd690b1cc62184dc5277fc60
diff --git a/configure.sh b/configure.sh
index 6195b46..8a52a3b 100755
--- a/configure.sh
+++ b/configure.sh
@@ -154,6 +154,12 @@
   exit 0
 fi
 
+echo "========================================================================="
+echo "You are using 2019.2.0 branch of cvp-configuration repo"
+echo "This branch is deprecated and works for 2019.2.0 - 2019.2.4 only."
+echo "This branch will be deleted soon."
+ecgo "Please switch to release/2019.2.0 branch instead."
+echo "========================================================================="
 check_variables
 rally_configuration
 quick_configuration
@@ -176,3 +182,9 @@
 set -e
 
 echo "Configuration is done!"
+echo "========================================================================="
+echo "You are using 2019.2.0 branch of cvp-configuration repo"
+echo "This branch is deprecated and works for 2019.2.0 - 2019.2.4 only."
+echo "This branch will be deleted soon."
+ecgo "Please switch to release/2019.2.0 branch instead."
+echo "========================================================================="