Change default error code from 500 to 503 in case message is not ready
[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