Change package.deb generation to include postinstall for aiokafka pip installation
[osm/common.git] / devops-stages / stage-build.sh
1 #!/bin/sh
2
3 # moved to a Makefile in order to add post install. Needed for "pip3 install aiokafka",
4 # that is not available with a package
5 make clean package
6
7 #rm -rf deb_dist
8 #tox -e build