Change package.deb generation to include postinstall for aiokafka pip installation
[osm/common.git] / devops-stages / stage-build.sh
index bf7602b..2a93b0a 100755 (executable)
@@ -1,3 +1,8 @@
 #!/bin/sh
-rm -rf deb_dist
-tox -e build
+
+# 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