Fix for test_remove_vnf failing in Heal VDU
[osm/LCM.git] / devops-stages / stage-build.sh
index b6d8a45..47c2efc 100755 (executable)
@@ -14,8 +14,6 @@
 # under the License.
 ##
 
-# 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
+rm -rf dist deb_dist osm*.tar.gz *.egg-info .eggs
 
+tox -e dist
\ No newline at end of file