fix(vdu): vdu number of instances now is taking into account. Bug 1477
[osm/NBI.git] / devops-stages / stage-build.sh
index 0ce2bb2..9e78a73 100755 (executable)
@@ -13,6 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-make clean
-# 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