Commit 92410254 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Adding logs for branch being handled

parent 8eab3d14
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment