This commit is contained in:
parent
34122cf317
commit
4952a1b76b
@ -13,9 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: |
|
||||
echo ${{ gitea.event.before }}
|
||||
echo ${{ gitea.event.after }}
|
||||
git status
|
||||
modules_to_update=$(git diff --name-only ${{ gitea.event.before }}..${{ gitea.event.after }} | awk -F/ '{print $1}' |
|
||||
|
||||
- name: Setup correct time in build container
|
||||
run: ln -sf /usr/share/zoneinfo/Asia/Tbilisi /etc/localtime
|
||||
|
||||
Loading…
Reference in New Issue
Block a user