[FIX] install_locally_dev.sh: delete all tag in OCA-maintainer-tools
This commit is contained in:
parent
0b838644c7
commit
02043d9467
1 changed files with 2 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue