Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
api-tests
Commits
92410254
Commit
92410254
authored
3 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Adding logs for branch being handled
parent
8eab3d14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/validate.sh
+2
-0
2 additions, 0 deletions
scripts/validate.sh
with
2 additions
and
0 deletions
scripts/validate.sh
+
2
−
0
View file @
92410254
...
@@ -25,11 +25,13 @@ rm -r -v *
...
@@ -25,11 +25,13 @@ 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
cd
/home/etsi/dev/robot2doc/robot2doc
python3 create_sols.py ../../robot
'local'
../../build
python3 create_sols.py ../../robot
'local'
../../build
res2
=
$?
res2
=
$?
else
res2
=
0
else
res2
=
0
echo
"++++ Not generating docs for branch
$1
"
fi
fi
exit
$res
&&
$res2
exit
$res
&&
$res2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment