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
88c9c1c6
Commit
88c9c1c6
authored
Jun 17, 2021
by
Miguel Angel Reina Ortega
Committed by
Giacomo Bernini
Jun 22, 2021
Browse files
Cleanup build folder before new files are generated
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
71feebb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/validate.sh
View file @
88c9c1c6
...
...
@@ -19,12 +19,14 @@ done
echo
"Using git branch
$1
"
mkdir
-p
/home/etsi/dev/build
cd
/home/etsi/dev/build
rm
-r
-v
*
if
[[
"
$1
"
=
~ .
*
-dev
$
||
"
$1
"
=
~
\d
+
(
\.
?
\d
)
+
||
"
$1
"
==
"master"
]]
;
then
cd
/home/etsi/dev/robot2doc/robot2doc
mkdir
-p
/home/etsi/dev/build
python3 create_sols.py ../../robot
'local'
../../build
res2
=
$?
else
res2
=
0
...
...
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