Skip to content
Snippets Groups Projects
Commit d9220ee4 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix release branch matching

parent 851f2c7a
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ mkdir -p /home/etsi/dev/build
cd /home/etsi/dev/build
rm -r -v *
if [[ "$1" =~ .*-dev$ || "$1" =~ \d+(\.?\d)+ || "$1" == "master" || "$1" == "Release-3" ]]; then
if [[ "$1" =~ .*-dev$ || "$1" =~ \d+(\.?\d)+ || "$1" == (origin\/)?"master" || "$1" =~ (origin\/)?Release-\d$ ]]; then
cd /home/etsi/dev/robot2doc/robot2doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment