change devops stage-build to build from tox
[osm/common.git] / devops-stages / stage-build.sh
index 2e05cd1..538f24f 100755 (executable)
@@ -15,7 +15,8 @@
 
 # moved to a Makefile in order to add post install. Needed for "pip3 install aiokafka", 
 # that is not available with a package
-make clean package
 
-#rm -rf deb_dist
-#tox -e build
+#make clean package
+
+rm -rf deb_dist
+tox -e build