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
92410254
Commit
92410254
authored
Oct 06, 2021
by
Miguel Angel Reina Ortega
Browse files
Adding logs for branch being handled
parent
8eab3d14
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/validate.sh
View file @
92410254
...
...
@@ -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
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