[FIX] OCA_maintainer-tools conflict when install with tag

This commit is contained in:
Mathieu Benoit 2021-07-21 17:07:50 -04:00
parent 6859a2d3ab
commit 7de6ef1f6a
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
rm -rf ./odoo ./addons/*
rm -rf ./odoo ./addons/* ./script/OCA*
mkdir -p addons/addons

View file

@ -23,6 +23,8 @@ cd script/OCA_maintainer-tools
../../.venv/bin/python -m venv env
. env/bin/activate
pip install setuptools-rust
git tag -d ERPLibre/v1.2.0
python setup.py install
git tag ERPLibre/v1.2.0
#${VENV_PATH}/bin/pip install ./script/OCA_maintainer-tools/
cd -