[FIX] install_locally_dev.sh: delete all tag in OCA-maintainer-tools

This commit is contained in:
Mathieu Benoit 2021-09-27 23:56:21 -04:00
parent 0b838644c7
commit 02043d9467

View file

@ -23,7 +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
# Delete all tag before installing, or break installation, will generate a new one after
git tag | xargs git tag -d
python setup.py install
git tag ERPLibre/v1.2.0
#${VENV_PATH}/bin/pip install ./script/OCA_maintainer-tools/