From 92410254b349242343bfe182811458945f246d86 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Wed, 6 Oct 2021 14:52:21 +0200
Subject: [PATCH] Adding logs for branch being handled

---
 scripts/validate.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/validate.sh b/scripts/validate.sh
index aa705776..dac55278 100644
--- a/scripts/validate.sh
+++ b/scripts/validate.sh
@@ -25,11 +25,13 @@ rm -r -v *
 
 if [[ "$1" =~ .*-dev$ || "$1" =~ \d+(\.?\d)+ || "$1" =~ (origin\/)?master || "$1" =~ (origin\/)?Release-\d$ ]]; then
 
+	echo "++++ Try to generate docs for branch $1"
 	cd /home/etsi/dev/robot2doc/robot2doc
 
 	python3 create_sols.py ../../robot 'local' ../../build
 	res2=$?
 else res2=0
+    echo "++++ Not generating docs for branch $1"
 fi
 
 exit $res && $res2
-- 
GitLab