Skip to content
Snippets Groups Projects
Commit 3c15859b authored by garciadeblas's avatar garciadeblas
Browse files

Bug fixed in RO build script


Change-Id: I99f7feee3e43baec9c12e42d65971a8d414a6a7c
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent db26f3c9
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,9 @@ fi
INFO "starting build"
INFO " cleaning .pyc"
rm *.pyc
rm -f *.pyc
INFO " installing openmano packages and dependencies from current repo (--noclone)"
./scripts/install_openmano.sh --noclone -q
./scripts/install-openmano.sh --noclone -q
INFO " compiling *.py"
python -m py_compile *.py
RC=$?
......
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