Test
Some checks failed
Update odoo 18 / update (push) Failing after 39s

This commit is contained in:
mgite 2024-10-29 16:49:30 +04:00
parent 71188a3369
commit 3e77f7282a

View File

@ -24,6 +24,10 @@ jobs:
path: . path: .
fetch-depth: 0 fetch-depth: 0
- run: |
modules_to_update=$(git diff --name-only ${{ gitea.event.before }}..${{ gitea.event.after }} | awk -F/ '{print $1}' | uniq | xargs -I {} sh -c 'find {} -type f -name "__manifest__.py" | grep -q "__manifest__.py" && echo {}' 2>/dev/null | sed -z 's/\n/,/g; s/,$/\n/')
echo $modules_to_update
- name: Deploy to main environment - name: Deploy to main environment
if: gitea.ref == 'refs/heads/dev' if: gitea.ref == 'refs/heads/dev'
run: | run: |