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

This commit is contained in:
mgite 2024-10-29 17:02:34 +04:00
parent 4952a1b76b
commit 140bf1aaad

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- run: | - run: |
modules_to_update=$(git diff --name-only ${{ gitea.event.before }}..${{ gitea.event.after }} | awk -F/ '{print $1}' | modules_to_update=$(git diff --name-only ${{ gitea.event.before }}..${{ gitea.event.after }} | awk -F/ '{print $1}')
- name: Setup correct time in build container - name: Setup correct time in build container
run: ln -sf /usr/share/zoneinfo/Asia/Tbilisi /etc/localtime run: ln -sf /usr/share/zoneinfo/Asia/Tbilisi /etc/localtime