fix devops-stages/stage-build.sh grpclib instalation 26/9326/2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 6 Jul 2020 07:09:14 +0000 (07:09 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 6 Jul 2020 08:46:44 +0000 (10:46 +0200)
build with makefile instead of tox

Change-Id: Icc755277d002d47c5d459f26994f60d49574228e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
devops-stages/stage-build.sh

index b6d8a45..2db54db 100755 (executable)
@@ -16,6 +16,5 @@
 
 # For the moment it is not needed any post-intall action, so tox instead of Makefile is used
 
 
 # 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