Commit 71feebb2 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega Committed by Giacomo Bernini
Browse files

Matching tag names



Signed-off-by: Miguel Angel Reina Ortega's avatarreinaortega <miguelangel.reinaortega@etsi.org>
parent e0ccb34e
......@@ -19,7 +19,7 @@ done
echo "Using git branch $1"
if [[ "$1" =~ .*-dev$ || "$1" == "master" ]]; then
if [[ "$1" =~ .*-dev$ || "$1" =~ \d+(\.?\d)+ || "$1" == "master" ]]; then
cd /home/etsi/dev/robot2doc/robot2doc
......
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