Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
5b5d7cc5
Commit
5b5d7cc5
authored
Oct 06, 2021
by
Miguel Angel Reina Ortega
Browse files
Fix regex
parent
92410254
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/validate.sh
View file @
5b5d7cc5
...
...
@@ -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
"
=
~
(
origin
\
/
)
?master
||
"
$1
"
=
~
(
origin
\
/
)
?Release-
\d
$
]]
;
then
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment