fix devops-stages/stage-build.sh grpclib instalation
build with makefile instead of tox
Change-Id: Icc755277d002d47c5d459f26994f60d49574228e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/devops-stages/stage-build.sh b/devops-stages/stage-build.sh
index b6d8a45..2db54db 100755
--- a/devops-stages/stage-build.sh
+++ b/devops-stages/stage-build.sh
@@ -16,6 +16,5 @@
# For the moment it is not needed any post-intall action, so tox instead of Makefile is used
-make clean # rm -rf deb_dist
-tox -e build # make package
+make clean package