From: garciadeblas Date: Mon, 3 Oct 2016 18:21:55 +0000 (+0200) Subject: RO start_build changed to install openmano service X-Git-Tag: v1.0.0~9 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F75%2F475%2F1;p=osm%2Fdevops.git RO start_build changed to install openmano service Change-Id: Id7847decf9158b452ed93c22aec59a0932a3466d Signed-off-by: garciadeblas --- diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index 620ab0c5..4c9adfce 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build @@ -60,7 +60,7 @@ INFO "starting build" INFO " cleaning .pyc" rm -f *.pyc INFO " installing openmano packages and dependencies from current repo (--noclone)" -./scripts/install-openmano.sh --develop --noclone -q +./scripts/install-openmano.sh --noclone -q INFO " compiling *.py" python -m py_compile *.py #&& #uncomment to concatenate commands #basic test HERE #&& #uncomment to concatenate commands