[FIX] OCA_maintainer-tools conflict when install with tag
This commit is contained in:
parent
6859a2d3ab
commit
7de6ef1f6a
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rm -rf ./odoo ./addons/*
|
||||
rm -rf ./odoo ./addons/* ./script/OCA*
|
||||
mkdir -p addons/addons
|
||||
|
|
|
|||
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Reference in a new issue