changed order
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 40s
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 40s
This commit is contained in:
parent
e511ed797d
commit
804da2cc08
|
|
@ -92,11 +92,7 @@ jobs:
|
|||
-e gpg_password=${{ secrets.GPG_PASSPHRASE }} \
|
||||
${{ github.workflow }} /bin/bash -c "bash /root/odoo-restore.sh '${{ env.URL_RESTORE }}'"
|
||||
|
||||
- name: Uninstall vvow_pos
|
||||
run: |
|
||||
docker exec hobbyhimmel_odoo_${{ env.CONTAINER_NAME_EXTENSION }} /bin/bash -c "
|
||||
cd /home/odoo/custom_addons/open_workshop/scripts && \
|
||||
/opt/odoo/odoo/odoo-bin shell -d ${{ env.DB_NAME}} < uninstall_vvow_pos.py"
|
||||
|
||||
|
||||
- name: Clone or update custom_addons open_workshop repository
|
||||
run: |
|
||||
|
|
@ -108,6 +104,13 @@ jobs:
|
|||
cd /home/odoo/custom_addons/open_workshop && \
|
||||
git fetch && git checkout ${{ env.ODOO_VERSION }}_dev && git pull"
|
||||
|
||||
- name: Uninstall vvow_pos
|
||||
run: |
|
||||
docker exec hobbyhimmel_odoo_${{ env.CONTAINER_NAME_EXTENSION }} /bin/bash -c "
|
||||
cd /home/odoo/custom_addons/open_workshop/scripts && \
|
||||
/opt/odoo/odoo/odoo-bin shell -d ${{ env.DB_NAME}} < uninstall_vvow_pos.py"
|
||||
|
||||
|
||||
- name: Fix Database hobbyhimmel with fix_missing_pos_partner.py
|
||||
# In diesem Schritt wird das Skript `fix_missing_pos_partner.py` ausgeführt, um sicherzustellen, dass alle Partner in der Datenbank korrekt sind.
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user